Skip to content

Commit

Permalink
Add venv:freeze docs
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 authored Nov 4, 2020
1 parent bd7daa7 commit 3872dbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dev Environment Setup Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,5 @@ All of the tools in this project are accessible as an npm task so you can intera
| `kill:api` | Kills the runaway API process(es). |
| `venv:create` | This will create a virtual environment in `/api/venv` and install requirements from `/api/requirements.txt`. |
| `venv:delete` | This will delete the folder `/api/venv`. |
| `venv:reset` | This will run `venv:delete` then `venv:create`. |
| `venv:reset` | This will run `venv:delete` then `venv:create`. |
| `venv:freeze` | Regenerates the API requirements.txt file and mitigates [this pip bug](https://github.com/pypa/pip/issues/4022). |

0 comments on commit 3872dbe

Please sign in to comment.