From 5425fe83ad02466fead75043643eed17a502822a Mon Sep 17 00:00:00 2001 From: Paco Hope Date: Fri, 25 Nov 2022 14:13:02 -0500 Subject: [PATCH] fixed python prep instructions --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e144f52..97a2d50 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,10 @@ You need: ## Python prep - -1. Check out the code. Build it and install it in your working environment. - 1. If you have the `build` package for python, you can run `pyproject-build` - 2. Alternatively you can run `pip install -r requirements.txt` - 3. Assuming your current working directory is the root of this repository, install into your build environment with `pip install -e .` +1. Check out the code. cd to the repository. Build it and install it in your working environment. + 1. `python3 -m venv .venv` + 2. Run `pyproject-build` + 3. Assuming your current working directory is the root of this repository, install into your build environment with `pip install -e .` 2. Copy the `example.env` file to a file named `.env` in the root of this repo. 3. Edit that `.env` file to contain all the secrets!