Skip to content

Commit

Permalink
Merge pull request #414 from jvirtanen/improvements/generate
Browse files Browse the repository at this point in the history
philadelphia-generate: Update installation instructions
  • Loading branch information
jvirtanen authored Nov 22, 2023
2 parents ce917e9 + 0febdc2 commit 3d01927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
run: mypy philadelphia
working-directory: ./applications/generate
- name: Install application
run: python setup.py install
run: pip install .
working-directory: ./applications/generate
2 changes: 1 addition & 1 deletion applications/generate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mypy philadelphia

Install Philadelphia Code Generator:
```
python setup.py install
pip install .
```

Run Philadelphia Code Generator:
Expand Down

0 comments on commit 3d01927

Please sign in to comment.