Chapter 1. Getting to Know the Tools
In this chapter, we cover the following recipes:
- Installing Anaconda on Windows
- Installing Anaconda on macOS
- Installing Anaconda on Linux
- Checking the Anaconda installation
- Installing SciPy from a binary distribution on Windows
- Installing SciPy from a binary distribution on macOS
- Installing SciPy from source on Linux
- Installing optional packages with
conda
- Installing packages with
pip
- Setting up a virtual environment with
conda
- Creating a virtual environment for development with
conda
- Creating a
conda
environment with a different version of a package - Using
conda
environments to run different versions of Python - Creating Virtual environments with venv
- Running SciPy in a script
- Running SciPy in Jupyter
- Running SciPy in Spyder
- Running SciPy in PyCharm