Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import sys
- !conda install --yes --prefix {sys.prefix} [list of packages to be installed using conda]
- !{sys.executable} -m pip install [list of packages to be installed using pip]
- #For example, to install the latest version of OceanSpy, use the following cell:
- import sys
- !{sys.executable} -m pip install --upgrade git+https://github.com/hainegroup/oceanspy.git
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement