August 2019
Intermediate to advanced
342 pages
9h 35m
English
With the conda utility, it is possible to install new packages not included in the collection of pre-installed packages. To proceed with the installation of a new package, simply execute the following command:
conda install
The command being executed will search among the packages contained in the online repository of Anaconda Continuum Analytics. Remember that it is always possible to proceed with the traditional methods of installation, by resorting to the pip install commands or by launching the setup.py file contained in the package.
Obviously, in this case, we will have to worry about solving all the possible dependencies and compatibility problems between versions.
Read now
Unlock full access