Skip to content

Commit ad55a3c

Browse files
committed
add comments to not install modules from w/i IDE
1 parent a1d0161 commit ad55a3c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: requirements.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
## requirements.txt
22
## used by https://github.com/ifrankandrade/automation
33
## 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)
4+
## use this with a python virtual environment
5+
## (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
68
pathlib
79

810
## https://camelot-py.readthedocs.io/en/master/user/install-deps.html

0 commit comments

Comments
 (0)