diff --git a/README.dev.md b/README.dev.md index b2950a8..3748a7f 100644 --- a/README.dev.md +++ b/README.dev.md @@ -94,13 +94,19 @@ virtualenv -p python .venv .venv\Scripts\activate.ps1 python -m pip install -e ".[dev]" ``` + +If `activate.ps1` cannot be loaded because running scripts is disabled on the system, run `activate.bat` instead or change the PowerShell execution policy `Set-ExecutionPolicy RemoteSigned -Scope CurrentUser`. ### Setup on Other Unix-like Systems * install python 3.7 or greater * install pip3 * install virtualenv -* cd __ -* `virtualenv -p python3 .venv` -* `.venv/bin/pip3 install -e '.[dev]'` + +Then install RP2 Python package requirements: +``` +cd +virtualenv -p python3 .venv +.venv/bin/pip3 install -e '.[dev]' +``` ## Source Code The RP2 source tree is organized as follows: diff --git a/README.md b/README.md index 351665b..263db24 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,11 @@ pip install rp2 ### Installation on Other Unix-like Systems * install python 3.7 or greater * install pip3 -* `pip install rp2` + +Then install RP2: +``` +pip install rp2 +``` ## Running RP2 requires two files as input: