You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't install this package if you don't have numpy > 1.7 installed.
On Windows, this package is not usable with Python 2.x.
For Python 3.5, 3.6, 3.7 and 3.8 on Windows, there are precompiled wheels available, you may need to do pip install wheel to use them.
On other platforms, you will need to be able to compile C++ extensions.
On a Mac, you will need to have installed Xcode and the Xcode command line tools before doing the installation.
The fastest, on-the-fly compiled versions of the log signature calculations are for Windows, Mac and Linux, on both 32 and 64 bit.
Sometimes there are compile errors on a Mac, if this happens try:
From a checkout of this repository, you can build the extension and run the tests using:
python setup.py test
From a checkout of this repository, you can build the extension into this directory itself using:
python setup.py build_ext --inplace
after which you can use the package in Python in this directory, use the examples in the examples directory, or add this directory to your PYTHONPATH and then use the package in Python anywhere.