houdini/docs/source/intro/getting-started.rst
2019-12-03 00:17:56 +00:00

13 lines
303 B
ReStructuredText

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!