We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d0161 commit ad55a3cCopy full SHA for ad55a3c
requirements.txt
@@ -1,8 +1,10 @@
1
## requirements.txt
2
## used by https://github.com/ifrankandrade/automation
3
## and fork https://github.com/mvilain/python-automation
4
-## use this with a virtual environment
5
-## (e.g. python3 -m venv <path>; python3 -m pip install -r requirements)
+## use this with a python virtual environment
+## (e.g. python3 -m virtualenvironment virtualenv; source virtualenv/bin/activate; python3 -m pip install -r requirements)
6
+##### DO NOT ALLOW PYCHARM or INTELLIJ to install these modules
7
+##### it will install them into the system directory...use the commands above
8
pathlib
9
10
## https://camelot-py.readthedocs.io/en/master/user/install-deps.html
0 commit comments