Initial commit of Houdini docs

This commit is contained in:
Ben
2019-12-02 23:45:34 +00:00
parent 5882d3594b
commit f16f33ea8a
6 changed files with 150 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
# Getting started with Houdini
Houdini can be installed like any other Python program:
```py
git clone https://github.com/solero/houdini-asyncio
cd houdini-asyncio
pip install -r requirements.txt
python bootstrap.py login
```
This page is a WIP!