mirror of
https://github.com/solero/houdini.git
synced 2024-11-10 13:08:19 +00:00
13 lines
303 B
ReStructuredText
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!
|