mirror of
https://github.com/solero/houdini.git
synced 2025-01-22 20:36:58 +00:00
12 lines
248 B
Markdown
12 lines
248 B
Markdown
|
# 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!
|