diff --git a/README.md b/README.md new file mode 100644 index 0000000..c6d70db --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +#ADJ + +Generating music from a camera + +## Install + +```sudo apt install -y python3-picamera2``` + +``` python3 -m venv --system-site-packages .venv``` + +```. .venv/bin/activate``` + +```pip install -r requirements.txt``` \ No newline at end of file