|
|
|
|
|
by bsdz
1806 days ago
|
|
Good spot. You can actually just run the following if you don't want to use poetry. pip install git+https://github.com/bsdz/calcengine.git#master
Unfortunately, this will only install the core library without the demo spreadsheet files. Even if you were to add the extras modifier "[demo]", it would only install additional dependencies and not the actual demo code. To use the demo you'll need to clone and follow instructions in my other comment. |
|