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