diff --git a/.gitignore b/.gitignore index 4bd6cec..670b156 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # Output /dist +/venv pantograph/pantograph pantograph/lean-toolchain diff --git a/.gitmodules b/.gitmodules index caa4dcb..6b49ada 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "src"] path = src url = https://git.leni.sh/aniva/Pantograph.git + \ No newline at end of file diff --git a/README.md b/README.md index f96dc56..19188f1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,14 @@ Python interface to the Pantograph library ## Getting started +Update submodule +``` bash +git submodule update --init +``` +Install dependencies +```bash +poetry install +```