Installing Conda Package
Installing Conda Package
PIPESIM 2022
Version 2022.1
Security Notice
The software described herein is configured to operate with at least the minimum specifications set
out by Schlumberger. You are advised that such minimum specifications are merely
recommendations and not intended to be limiting to configurations that may be used to operate the
software. Similarly, you are advised that the software should be operated in a secure environment
whether such software is operated across a network, on a single system and/or on a plurality of
systems. It is up to you to configure and maintain your networks and/or system(s) in a secure
manner. If you have further questions as to recommendations regarding recommended
specifications or security, please feel free to contact your local Schlumberger representative.
Schlumberger-Private
PIPESIM 2022.1 Installing Python packages Page 2
For more information about using the conda package manager in Anaconda Prompt, see the conda
documentation.
To see if a specific package, such as SciPy, is available for installation from Anaconda.org:
conda search --override-channels --channel defaults scipy
Schlumberger-Private
PIPESIM 2022.1 Installing Python packages Page 3
These commands install into the environment that is currently active. To install into a named
environment, run:
conda install package-name=2.3.4 -n some-environment
If the package is specific to a Python version, conda uses the version installed in the current or named
environment. For details on versions, dependencies, and channels, see Conda cheat sheet and Conda
Troubleshooting.
Schlumberger-Private