From 629814a61162c75413e4bb3347281e1013b3c0bc Mon Sep 17 00:00:00 2001 From: Salad Dais Date: Sat, 1 May 2021 21:43:45 +0000 Subject: [PATCH] Update docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6bd3317..e6efa6c 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ with low-level SL details. See the [Local Animation addon example](https://githu a self-contained Python install with the appropriate version. * [Create a clean Python 3 virtualenv](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment) with `python -mvenv ` -* Activate the virtualenv by `source`ing the appropriate activation script +* Activate the virtualenv by running the appropriate activation script * * Under Linux this would be something like `source /bin/activate` -* (Recommended) install known-good dependencies with `pip install -r requirements.txt` -* Run `pip install -e .` to install an editable version +* * Under Windows it's `\Scripts\activate.bat` +* Run `pip install hippolyzer`, or run `pip install -e .` in a cloned repo to install an editable version ## Proxy