diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-08 12:20:01 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-08 12:20:01 +0100 |
commit | 09daaa102526904748ef81594bd20f2a2f5bf3cf (patch) | |
tree | 8957a39b090bc7a2110bfa10e16d1509cd0ac578 /README.md | |
parent | Makefile: use docker-compose for make build (diff) | |
download | cgitize-09daaa102526904748ef81594bd20f2a2f5bf3cf.tar.gz cgitize-09daaa102526904748ef81594bd20f2a2f5bf3cf.zip |
Makefile: update recipe names
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -51,6 +51,20 @@ Update the URL of an existing repository mirror: Development ----------- +### Virtual environment + +Create a virtual environment: + + make venv + +Load a REPL: + + make repl + +Upgrade virtual environment packages (this will also update requirements.txt): + + make venv/upgrade + ### Linting Requires [Pylint]. |