We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2abefec + d1e98e5 commit 294c9bcCopy full SHA for 294c9bc
README.md
@@ -1,2 +1,8 @@
1
# servicestack-python
2
Python ServiceStack Client
3
+
4
+## Conda build
5
+Ensure you have conda installed.
6
+- Install conda-build using `conda install conda-build`.
7
+- Add conda-forge as channel using `conda config --add channels conda-forge`
8
+- On root directory run `conda build .`
0 commit comments