1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

calibre-web/tasks/install.yml: Refine venv tips

This commit is contained in:
A Holt 2024-05-31 00:27:54 -04:00 committed by GitHub
parent 1733512463
commit 9dc634f7de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,8 +99,9 @@
# https://www.raspberrypi.com/documentation/computers/os.html#using-pip-with-virtual-environments
# VIRTUALENV EXAMPLE COMMANDS:
# python3 -m venv /usr/local/calibre-web-py3 (create venv)
# cd /usr/local/calibre-web-py3
# source bin/activate (prepends '/usr/local/calibre-web-py3/bin' to yr PATH)
# . bin/activate (or 'source bin/activate' -- this prepends '/usr/local/calibre-web-py3/bin' to yr PATH)
# python3 -m pip list ('pip list' sufficient *IF* path set above!)
# python3 -m pip freeze > /tmp/requirements.txt
# python3 -m pip install -r requirements.txt