Commit d95f5f41557b77a623c54594a25c60d7cf4643be
1 parent
bd3099d002
Exists in
master
add readme
Showing 1 changed file with 19 additions and 0 deletions Side-by-side Diff
README.md
1 | +sicav_sim | |
2 | +=========== | |
3 | +python-sympy -based scripts for photonics symbolic calculations | |
4 | + | |
5 | +Dependencies | |
6 | +------------ | |
7 | +- python-sympy 'sudo apt install python-sympy' | |
8 | + | |
9 | +Test it | |
10 | +---------- | |
11 | +run in iPython environment to show local variables | |
12 | + | |
13 | +```sh | |
14 | +ipython | |
15 | +``` | |
16 | + | |
17 | +```ipython | |
18 | +run %script | |
19 | +``` |