Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
Activate environment before executing manage commands
  • Loading branch information
lapolonio authored Mar 29, 2021
1 parent 70a1f84 commit 2758d06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ Or, you can setup via Python and Node.js:

```bash
$ git clone https://github.com/doccano/doccano.git
$ cd doccano/app
$ cd doccano
$ pipenv sync --dev
$ pipenv shell
$ cd app
$ python manage.py migrate
$ python manage.py create_roles
$ python manage.py create_admin --noinput --username "admin" --email "admin@example.com" --password "password"
Expand Down

0 comments on commit 2758d06

Please sign in to comment.