Skip to content

Developers

samaloney edited this page Jul 19, 2017 · 1 revision

Quick Start

  1. Fork the repo on Github

  2. Clone the repo locally git clone <urltoyourfork>

  3. Change directory into repo cd xrayvision

  4. Create a branch for task git branch <branchname>

  5. Check out branch 'git checkout `

  6. Run the following (assumes using virtualenv wrapper)

    mkvirtualenv -p python3.6 xrayvis

    workon xrayvis

  7. Install dependancies pip install -r dev-requirements.txt

  8. Code

  9. Commit

  10. Push to GitHub

  11. Create a pull request from your fork on GitHub

Clone this wiki locally