Author Topic: Add sympy to atkpython  (Read 4329 times)

0 Members and 1 Guest are viewing this topic.

Offline Carsten

  • Regular QuantumATK user
  • **
  • Posts: 11
  • Country: dk
  • Reputation: 1
    • View Profile
Add sympy to atkpython
« 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. 

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5411
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: Add sympy to atkpython
« Reply #1 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.
;)
« Last Edit: December 2, 2014, 18:02 by Anders Blom »