|
1 | 1 | # QubiPy, a Python Library for the QUBIC RPC API |
2 | 2 | Currently, QubiPy is in a very early development phase, so please take this into consideration before using the library. |
3 | 3 |
|
4 | | -Visit [Change log](CHANGELOG.md) |
| 4 | +Please visit the [Change log](https://github.com/QubiPy-Labs/QubiPy/blob/main/docs/changelog.md) to see all changes. |
5 | 5 |
|
6 | | - |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
7 | 12 |
|
8 | | -### IMPORTANT NOTICE |
| 13 | + |
| 14 | +### Important notice |
9 | 15 | QubiPy is in beta phase and may change considerably until the stable version. Keep this in mind when using the library. |
| 16 | + |
| 17 | +### Documentation |
| 18 | +To learn more about QubiPy and its complete use, please visit our official [documentation](https://qubipy.readthedocs.io/en/latest/). |
| 19 | + |
10 | 20 | ### Requirements |
11 | 21 | To install the necessary dependencies, run this command in the console : |
12 | 22 | ``` |
13 | 23 | $ pip install -r requirements.txt |
14 | 24 | ``` |
15 | 25 |
|
16 | 26 | ### How to use |
17 | | -You have two ways to use QubiPy, one is by PyPi or by cloning the project from the official repository. |
| 27 | +You have two ways to use QubiPy, one is by [PyPi](https://pypi.org/project/QubiPy/) or by cloning the project from the official repository. |
18 | 28 |
|
19 | | -To use the module, it is necessary to import some modules before : |
| 29 | +To use the module, it is necessary to import some classes before : |
20 | 30 | ```python |
21 | 31 | from qubipy.rpc import rpc_client |
22 | 32 | from qubipy.core import core_client |
|
85 | 95 | } |
86 | 96 |
|
87 | 97 | ``` |
88 | | -## Documentation |
89 | | -To learn more about the library, please visit our official [documentation](https://qubipy.readthedocs.io/en/latest/). |
90 | 98 |
|
91 | | -### Notes |
| 99 | +### Technical notes |
92 | 100 | This library is using `crypto.dll` which is a C extension of Qubic key utility functions and bind it to Python. To build this `crypto.dll`, this repository was used: [https://github.com/serendipity-seeker/key-utils-binding](https://github.com/serendipity-seeker/key-utils-binding). |
93 | 101 |
|
0 commit comments