Quantcast
Channel: The smallest python distribtion to run Sympy, Scipy, Numpy and Matplotlib - Stack Overflow
Viewing all articles
Browse latest Browse all 4

Answer by quasiben for The smallest python distribtion to run Sympy, Scipy, Numpy and Matplotlib

$
0
0

I'd suggest downloading miniconda: http://conda.pydata.org/miniconda.html#miniconda. Miniconda has a small footprint -- only python and conda are installed. Conda is a universal package manager for Python available on all OSes. You can now run the following:

conda create -n dev_env scipy numpy matplotlib sympy

The above will create a contained environment (named dev_env) with only the packages listed in the command. For more information on conda: http://conda.pydata.org/


Viewing all articles
Browse latest Browse all 4

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>