logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/sympy
or

Install via npx

npx @hexmos/ipm i sympy/sympy

Prerequisites

Python

language

Version: >=3.6.0

sympy-dev

package_manager

Version: 1.0.0

setuptools

package_manager

Version: 58.0.3

wheel

package_manager

Version: 0.34.1

virtualenv

system_tool

Version: 20.1.1

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Package Manager (pip)

pip install sympy

Conda Environment

conda install -c conda-forge sympy

Source Code (Git)

git clone https://github.com/sympy/sympy.git

Conda Environment (Custom)

conda install -c conda-forge sympy

Post 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.