Skip to content

Commit

Permalink
Merge 0d3aba8 into 7c07dbc
Browse files Browse the repository at this point in the history
  • Loading branch information
riaJha97 committed Jul 12, 2018
2 parents 7c07dbc + 0d3aba8 commit b1c4ab2
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 b1c4ab2

Please sign in to comment.