cc_staff
284
edits
No edit summary |
m (Fix the erroneous fix of no-deps example) |
||
Line 101: | Line 101: | ||
If <tt>my_package</tt> depend on <tt>numpy</tt> and <tt>tensorflow</tt>, then the following will allow us to install it: | If <tt>my_package</tt> depend on <tt>numpy</tt> and <tt>tensorflow</tt>, then the following will allow us to install it: | ||
{{Commands|prompt=(ENV) [name@server ~] | {{Commands|prompt=(ENV) [name@server ~] | ||
|pip install numpy | |pip install numpy tensorflow_cpu --no-index | ||
|pip install my_package --no-deps | |pip install my_package --no-deps | ||
}} | }} |