Update Developer setup authored by Mark Hewitt's avatar Mark Hewitt
......@@ -32,14 +32,14 @@ python3 -m venv .env
```bash
pip install -e ..\osdu-sdk-python
pip install -r dev-requirements.txt
pip install -r requirements-dev.txt
```
Next install the main cli package in developer mode along with any necessary development packages.
```bash
pip install -e .
pip install -r dev-requirements.txt
pip install -r requirements-dev.txt
```
You should now be able to run the command line.
......
......