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.
1 parent 7c8ab03 commit d1e98e5Copy full SHA for d1e98e5
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