From 73f4c60c06249e6adad15343c04e64caeec1ed72 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 30 Mar 2023 20:29:29 -0700 Subject: [PATCH] Updated install instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30be24a..5f823ed 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,11 @@ ## Installation ### Method 1: [PyPi](https://pypi.org/project/lamb-engine) -1. *(Optional but recommended)* make and enter a [venv](https://docs.python.org/3/library/venv.html). +1. *(Optional but recommended)* make and enter a [venv](https://docs.python.org/3/library/venv.html) + - **On Windows, run the following in cmd or powershell:** + - `cd Desktop` + - `python -m venv lamb` + - `.\Scripts\activate` 2. `pip install lamb-engine` 3. `lamb`