mirror of
https://github.com/solero/houdini.git
synced 2025-08-08 03:34:05 +00:00
Initial commit of Houdini docs
This commit is contained in:
12
docs/source/intro/getting-started.md
Normal file
12
docs/source/intro/getting-started.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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!
|
Reference in New Issue
Block a user