mirror of
https://github.com/nlohmann/json.git
synced 2026-05-19 04:35:23 +00:00
Overwork documentation (#4516)
This commit is contained in:
@@ -35,3 +35,11 @@ install_venv: requirements.txt
|
||||
# uninstall the virtual environment
|
||||
uninstall_venv: clean
|
||||
rm -fr venv
|
||||
|
||||
update_requirements:
|
||||
rm -fr venv_small
|
||||
python3 -mvenv venv_small
|
||||
venv_small/bin/pip3 install pur
|
||||
venv_small/bin/pur -r requirements.txt
|
||||
rm -fr venv_small venv
|
||||
make install_venv
|
||||
|
||||
Reference in New Issue
Block a user