Add note on developer-mode-setup script

This commit is contained in:
David Boreham 2023-04-17 10:06:25 -06:00 committed by GitHub
parent 24174807c8
commit e4b57b5815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,9 @@ In addition to the pre-requisites listed in the [README](/README.md), the follow
$ cd stack-orchestrator
```
3. Create and activate a venv:
3. (This and the next step can be done by running `source ./scripts/developer-mode-setup.sh`)
Create and activate a venv:
```
$ python3 -m venv venv
$ source ./venv/bin/activate