Skip to content

Commit e07259e

Browse files
committed
Added readme
1 parent e6a6a70 commit e07259e

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Real Python - Python Bindings Sample Code Repo
2+
3+
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.

python-bindings/overview_article/tasks.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
""" Task definitions for invoke command line utility for python bindings
22
overview article.
3-
4-
If anything is causing trouble get in touch at
5-
Znunu @ github or VimVim @ fcZBB2v @ discord"""
3+
"""
64
import cffi
75
import invoke
86
import pathlib

0 commit comments

Comments
 (0)