How to install sympy/sympy. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
sympy/sympy Installation Guide
How to install sympy/sympy. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for sympy/sympy. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i sympy/sympyor
Install via npx
npx @hexmos/ipm i sympy/sympyPrerequisites
Python
languageVersion: >=3.6.0
sympy-dev
package_managerVersion: 1.0.0
setuptools
package_managerVersion: 58.0.3
wheel
package_managerVersion: 0.34.1
virtualenv
system_toolVersion: 20.1.1
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Package Manager (pip)
pip install sympyConda Environment
conda install -c conda-forge sympySource Code (Git)
git clone https://github.com/sympy/sympy.gitConda Environment (Custom)
conda install -c conda-forge sympyPost Installation Steps
- Open a terminal and run `python -m sympy.interactive` to start the interactive interpreter.
- To explore SymPy's capabilities, try running `sympy.cos(x)` for example.
