Skip to content

Commit

Permalink
Improve development instructions
Browse files Browse the repository at this point in the history
Add --dev flag to sync command to ensure dev dependencies are
installed. Also add a build step to ensure AOT compilation is
done.
  • Loading branch information
rajadain committed Jul 7, 2024
1 parent 023aaec commit 8aa8a91
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 @@ -23,7 +23,8 @@ $ pip install --no-build-isolation gwlf-e
Ensure you have Python 3.10 and [pipenv](https://pipenv.pypa.io/en/latest/) available. Then run:

```bash
$ pipenv sync
$ pipenv sync --dev
$ pipenv run python setup.py build
```

### Running Locally
Expand Down

0 comments on commit 8aa8a91

Please sign in to comment.