Changes
Page history
Update Developer setup
authored
Oct 04, 2021
by
Mark Hewitt
Hide whitespace changes
Inline
Side-by-side
Developer-setup.md
View page @
c5d11d09
...
@@ -32,14 +32,14 @@ python3 -m venv .env
...
@@ -32,14 +32,14 @@ python3 -m venv .env
```
bash
```
bash
pip
install
-e
..
\o
sdu-sdk-python
pip
install
-e
..
\o
sdu-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.
...
...
...
...