Skip to content

Commit

Permalink
Merge pull request #890 from cloudfoundry/update-readme-with-latest-p…
Browse files Browse the repository at this point in the history
…ython-pip-requirements

Use a virtual environment for pip in org automation readme
  • Loading branch information
beyhan authored Jun 18, 2024
2 parents 8429a68 + 7d890cf commit 9ae4a07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions org/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ Requires Python 3.9.
How to run locally:
```
cd ./org
python -m venv <path/to/venv>
source <path/to/venv>/bin/activate
pip install -r requirements.txt
python -m org_management --help
python -m org_user_management --help
Expand Down Expand Up @@ -129,6 +131,8 @@ options:
How to run tests:
```
cd ./org
python -m venv <path/to/venv>
source <path/to/venv>/bin/activate
pip install -r requirements-dev.txt
python -m flake8
python -m unittest discover -s .
Expand Down

0 comments on commit 9ae4a07

Please sign in to comment.