houdini/docs/source/intro/getting-started.md
2019-12-02 23:45:34 +00:00

248 B

Getting started with Houdini

Houdini can be installed like any other Python program:

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!