From 8087d326efd9345b971608bbe7a63f7f028a4a2e Mon Sep 17 00:00:00 2001 From: Clement Desmidt Date: Wed, 15 May 2024 09:40:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20a=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..157856d --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Drawing Training + +Open Source alternative to [GestureDrawing!](https://cubebrush.co/advanches/products/d9q6yq/gesturedrawing) + + +## Authors + +- [@shikiryu](https://git.shikiryu.com/Shikiryu) + + +## Installation + +Install my-project with python + +```bash + sudo apt install cmake build-essential tcl-dev tk-dev python3-tk + pip install -r requirements.txt +``` + \ No newline at end of file