Skip to content

Commit f79730c

Browse files
committed
Merge branch 'holla' of https://github.com/offx-zinth/SMP into holla
2 parents a2b9930 + 9cebcba commit f79730c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ cp .env.example .env
4848

4949
### 3. Install & Run
5050
```bash
51+
# Clone and enter the repo
52+
git clone https://github.com/offx-zinth/smp.git
53+
cd smp
54+
55+
# Create venv with Python 3.11
5156
python3.11 -m venv .venv
5257
source .venv/bin/activate
5358
pip install -e ".[dev]"

0 commit comments

Comments
 (0)