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
This is the repo to accompany the [Python Bindings](https://realpython.com/python-bindings-overview/) article.
4
+
5
+
To be able to run the code, you must first install the requirements:
6
+
7
+
```console
8
+
$ python -m pip install -r requirements.txt
9
+
```
10
+
This should be done inside a virtual environment.
11
+
12
+
Once that is installed, you can use the invoke tool mentioned in the article to build and run the tests. See the tasks.py file or run invoke --list to get more details.
0 commit comments