Version 1.1 by Leon Poon on 2018/12/24 09:48

Show last authors
1 After you have [[created a virtualenv>>url:https://wiki.codepowered.com/wiki/How_to_Create_a_VirtualEnv]], the virtualenv doesn't contain any libraries apart from the basic python ones.
2
3 To install a library named X, [[change working directory>>url:https://wiki.codepowered.com/wiki/How_to_Deal_with_Working_Directory_in_Console]] to your virualenv and type:
4
5 {{{bin/pip install X
6 }}}
7
8 If you are on windows, type this instead:
9
10 {{{scripts\pip.exe install X
11 }}}