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
> Note: By now, only 64-bit Python versions are supported.
26
+
27
+
> Note **Windows' users**: Search your 64-bits version [here](https://www.python.org/downloads/windows/)
28
+
29
+
### Install latest version
30
+
Install latest stable version of Khiva library. Follow the steps in the "Installation" section of the [Khiva repository](https://github.com/shapelets/khiva)
31
+
32
+
To install the Khiva Python binding, we just need to execute the following command:
21
33
```bash
22
34
python setup.py install
23
35
```
24
-
> Note: By now, only 64-bit Python versions are supported.
36
+
37
+
### Install any release
38
+
Install the prerequisites listed in the "Installation" section of the [Khiva library repository](https://github.com/shapelets/khiva). Download and install your selected Khiva release from [Khiva repository](https://github.com/shapelets/khiva/releases).
39
+
40
+
Install the Khiva python binding compatible with the Khiva library installed previously. Follow the steps to install the Khiva python binding explained in [pypi](https://pypi.org/project/khiva/).
41
+
25
42
26
43
## Executing the tests:
27
-
The tests can be executed and they are located in <project-root-dir>/tests/unit_tests.
44
+
All tests can be executed separately, please find them in <project-root-dir>/tests/unit_tests.
28
45
29
46
## Documentation
30
-
This Python library follows the standard way of writing documentation of Python by using Sphinx.
47
+
This Khiva Python binding follows the standard way of writing documentation of Python by using Sphinx.
31
48
32
49
In order to generate the documentation (in html format), run the following command under the <project-root-dir>/docs folder:
0 commit comments