- [ffmpeg](https://ffmpeg.org/)
## Environment Setup
-In the cloned project directory, setup a Python environment and install the
-necessary dependencies:
+First, clone this repo:
-`python -m venv .venv`
+`git clone https://littlesong.place/git/littlesongplace.git`
-`. .venv/bin/activate` (or `.venv\Scripts\activate` on Windows)
+Then, in the cloned project directory, setup a Python environment and install
+the necessary dependencies:
-`pip install -e .`
-
-`pip install -r dev-requirements.txt`
+<pre>
+python -m venv .venv
+. .venv/bin/activate # (or .venv\Scripts\activate on Windows)
+pip install -e .
+pip install -r dev-requirements.txt
+</pre>
## Running
Run the app locally (accessible in a browser at localhost:5000):