Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pip install instructions in README.rst #785

Merged
merged 1 commit into from
May 31, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ Setup
* Fork_ repo
* Keep it sync_'ed while you are developing
* Install pyenv_
* Install Atlassian Server for testing
* Install `Atlassian JIRA Server`_ for testing
- make install-sdk
* pip install requirements-dev.txt
* pip install -r requirements-dev.txt
* Start up Jira Server
- atlas-run-standalone
* Test your changes
Expand All @@ -106,6 +106,7 @@ Setup
.. _Fork: https://help.github.com/articles/fork-a-repo/
.. _sync: https://help.github.com/articles/syncing-a-fork/
.. _pyenv: https://amaral.northwestern.edu/resources/guides/pyenv-tutorial
.. _`Atlassian JIRA Server`: https://www.atlassian.com/software/jira/download


Credits
Expand Down