> For the complete documentation index, see [llms.txt](https://centr.gitbook.io/netcs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://centr.gitbook.io/netcs/getting-started/installing-the-python-pycs-library.md).

# Installing the Python PyCS Library

In order to utilize the Python Library you need to add the NuGet package to you project &#x20;

<https://pypi.org/project/Centre.PyCS/>

[Github Repository](https://github.com/akaitrade/Centre.PyCS)

{% tabs %}
{% tab title="Package Manager" %}

```python
pip install Centr.PyCS
```

{% endtab %}
{% endtabs %}
