Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into architecture_uml
Browse files Browse the repository at this point in the history
  • Loading branch information
mossjacob committed Jul 13, 2018
2 parents a701fb4 + 04ebd81 commit 63fc17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Follow the instructions at [game frontend documentation](https://github.com/ocadotechnology/aimmo/blob/master/game_frontend/README.md) in order to install all the frontend requirements.
* Make and activate a virtualenv (We recommend [pipenv](https://docs.pipenv.org/)).
* On **Mac**, run `brew install pipenv` using the `brew` package manager. Then run `pipenv install` followed by `pipenv shell`.
* On **Ubuntu**, run `sudo ubuntu_setup.sh`. This will install nodejs, yarn, as well as pipenv. Now run the following: `pipenv shell`.
* On **Ubuntu**, run `sudo bash ubuntu_setup.sh`. This will install nodejs, yarn, as well as pipenv. Now run the following: `pipenv shell`.
* `./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 63fc17d

Please sign in to comment.