Commit b762e03577306617b1dab8435ffb83ce20f07170

Authored by bmarechal
1 parent d95f5f4155
Exists in master

-

Showing 1 changed file with 1 additions and 1 deletions Inline Diff

sicav_sim 1 1 sicav_sim
=========== 2 2 ===========
python-sympy -based scripts for photonics symbolic calculations 3 3 python-sympy -based scripts for photonics symbolic calculations
4 4
Dependencies 5 5 Dependencies
------------ 6 6 ------------
- python-sympy 'sudo apt install python-sympy' 7 7 - python-sympy `sudo apt install python-sympy`
8 8
Test it 9 9 Test it
---------- 10 10 ----------
run in iPython environment to show local variables 11 11 run in iPython environment to show local variables
12 12
```sh 13 13 ```sh
ipython 14 14 ipython
``` 15 15 ```
16 16