Skip to content

Commit

Permalink
Include how to run GG2 from poetry (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpeel authored Dec 14, 2023
1 parent 9bc45d1 commit 0494a75
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,14 @@ brew install poetry
poetry env use /usr/local/bin/python3.10
```
4. Also from the GG2 directory, install the GG2 python dependencies in the
virtual environment.
virtual environment. This will install GG2 as an editable package that you
can develop and run directly.
```bash
poetry install
```

You can access the virtual environment shell with `poetry shell`.
You can access the virtual environment shell with `poetry shell` and run
GG2 directly with `poetry run guiguts`.

## Code style
Guiguts 2 uses [flake8](https://pypi.org/project/flake8) for static code analysis
Expand Down

0 comments on commit 0494a75

Please sign in to comment.