Skip to content

Commit

Permalink
Merge pull request #105 from cfengine/venv-setup-docs
Browse files Browse the repository at this point in the history
Added instructions on using venv to install requirements
  • Loading branch information
craigcomstock authored Aug 22, 2024
2 parents ad09eec + 9bccd98 commit f853f36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ Other keywords available in comments are:
* `exotic` - includes exotics platforms such as AIX, HP/UX, Solaris
* `no test` - don't run tests. This is useful if you only need packages. Tests are resource intensive so use this option often if it makes sense.

### Install dependencies and setup local venv

python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt

### Command line

If you have valid config and secrets in the current working directory, you can run:
Expand Down

0 comments on commit f853f36

Please sign in to comment.