Fix docs for readthedocs.org

This commit is contained in:
Ben
2019-12-03 00:17:56 +00:00
parent 25c380b765
commit b2b3d9c236
6 changed files with 62 additions and 58 deletions

View File

@@ -1,12 +0,0 @@
# 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!

View File

@@ -0,0 +1,13 @@
Getting started with Houdini
============================
Houdini can be installed like any other Python program:
.. code-block:: bash
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!