]> littlesong.place Git - littlesongplace.git/commitdiff
Update README
authorChris Fulljames <christianfulljames@gmail.com>
Mon, 18 Aug 2025 00:23:24 +0000 (20:23 -0400)
committerChris Fulljames <christianfulljames@gmail.com>
Mon, 18 Aug 2025 00:23:24 +0000 (20:23 -0400)
README.md

index efba6b49122cfa34fbfca9637fd8b35856316371..e64b56396f157910cfbac1aef4bf90826b336e06 100644 (file)
--- a/README.md
+++ b/README.md
@@ -20,16 +20,19 @@ This project has some dependencies that need to be installed manually to your sy
 - [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):