QuantumATK Forum

General => Future Releases => Topic started by: Carsten on December 2, 2014, 09:19

Title: Add sympy to atkpython
Post by: Carsten on December 2, 2014, 09:19
Sympy is a python module that allows for symbolic math in a fashion similar to mathematica. I use it a lot in development but also in atk sessions. 
Title: Re: Add sympy to atkpython
Post by: Anders Blom on December 2, 2014, 17:54
Trivial.
1. Download sympy.tar.gz from https://github.com/sympy/sympy/releases
2. Extract the archive
3. Run atkpython setup.py install
Done.
;)