Skip to content

Commit

Permalink
fix: virtual environment to be able to run make test (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
nehalmamgain authored Aug 5, 2022
1 parent 252e9b0 commit dcea28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/VIRTUAL_ENV.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ While active, running python will run the virtual environment's python, and inst

```sh
dgp$ pip install --upgrade pip
dgp$ pip install cython==0.29.21 numpy==1.19.4 grpcio==1.41.0 grpcio-tools==1.41.0
dgp$ pip install cython==0.29.21 numpy==1.19.4 grpcio==1.41.0 grpcio-tools==1.41.0 pytest==6.2.5 pytest-timeout==2.0.1
```

Finally DGP can be installed. Installing in editable mode means that changes you make to DGP locally will be reflected in the version installed in pip which makes local development very convenient. From DGP repo root:
Finally DGP can be installed. Installing in editable mode means that changes you make to DGP locally will be reflected in the version installed in pip which makes local development very convenient. From DGP repository root:
```sh
dgp$ pip install --editable .
```
Expand Down

0 comments on commit dcea28d

Please sign in to comment.