You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,12 @@ The scripts assume that certain things are installed on the computer and are in
15
15
* Common Linux/Unix programs such as `sed`, `grep`, `mail`, etc.
16
16
17
17
Note that some of these programs themselves have additional dependencies of their own.
18
+
19
+
The scripts also depend on a Python `virtualenv` environment to be set up in the directory where the scripts are located. The virtual environment is assumed to be located in a subdirectory named `env`. The scripts [`archive-in-portico`](archive-in-portico) and [`upload-to-pmc`](upload-to-pmc) contain instructions to activate the virtual Python environment. The installation of the environment is fairly conventional:
0 commit comments