blob: 3c164c549a03755522f7d79f452abde562099b37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Helper script to create a windows virtual environment.
Dependencies:
- cygwin
- 7zip
Instructions:
Run python <path to window-virtualenv-dir> <env-directory>
After this <env-directory> will be a virtualenv directory that has pygtk and
ffmpeg loaded into it.
Run:
source <env-directory>/Scripts/activate
To set your PATH and other env variables to use that virtualenv.
Warning: using the ~ char didn't seem to work for me under cygwin
|