We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305475d commit b6bdb16Copy full SHA for b6bdb16
1 file changed
pycessing/README.md
@@ -0,0 +1,19 @@
1
+# Pycessing
2
+
3
+Prototype for python bindings to libprocessing
4
5
+## To Get Started
6
7
+### Install venv and maturin
8
+Follow these [installation instructions](https://pyo3.rs/v0.27.2/getting-started.html)
9
10
+### Running code
11
+```
12
+$ maturin develop
13
+#
14
+# ...
15
16
+$ python
17
+>>> import pycessing
18
+>>> pycessing.size(500, 500)
19
0 commit comments