Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #226 from ocadotechnology/adstastic-readme-update
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
CelineBoudier authored Aug 30, 2017
2 parents 1220333 + 53d06fe commit d4511aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ Even with these basic mechanics, there is quite a lot of complexity in creating

## Running Locally
* Clone the repo
* Make and activate a virtualenv (We recommend [virtualenvwrapper](http://virtualenvwrapper.readthedocs.org/en/latest/index.html)) - if you have a Mac see the following section.
* Make and activate a **Python 2.7** virtualenv (We recommend [virtualenvwrapper](http://virtualenvwrapper.readthedocs.org/en/latest/index.html)) - if you have a Mac see the following section.
* e.g. the first time, `mkvirtualenv -a path/to/aimmo aimmo`
* and thereafter `workon aimmo`
* If you have multiple Python versions installed, you can specify an interpreter for the virtualenv with the `--python=/path/to/python` flag
* `./run.py` in your aimmo dir - This will:
* if necessary, create a superuser 'admin' with password 'admin'
* install all of the dependencies using pip
Expand Down

0 comments on commit d4511aa

Please sign in to comment.