-
Notifications
You must be signed in to change notification settings - Fork 8
Developers
samaloney edited this page Jul 19, 2017
·
1 revision
-
Fork the repo on Github
-
Clone the repo locally
git clone <urltoyourfork>
-
Change directory into repo
cd xrayvision
-
Create a branch for task
git branch <branchname>
-
Check out branch 'git checkout `
-
Run the following (assumes using virtualenv wrapper)
mkvirtualenv -p python3.6 xrayvis
workon xrayvis
-
Install dependancies
pip install -r dev-requirements.txt
-
Code
-
Commit
-
Push to GitHub
-
Create a pull request from your fork on GitHub