From 50859d89b575cc671f03bf48b932ae04881b17ee Mon Sep 17 00:00:00 2001 From: "David M. Strickland" Date: Fri, 7 Oct 2022 20:20:52 -1000 Subject: [PATCH] Address feedback on README-developers updates --- README-developers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README-developers.md b/README-developers.md index 927d2c58..d628b753 100644 --- a/README-developers.md +++ b/README-developers.md @@ -4,9 +4,9 @@ In order to start developing with Eel you'll need to checkout the code, set up a development and testing environment, and check that everything is in order. -### Clone the repository: +### Clone the repository ```bash -git clone git@github.com:ChrisKnott/Eel.git +git clone git@github.com:python-eel/Eel.git ``` ### (Recommended) Create a virtual environment @@ -20,7 +20,7 @@ source venv/bin/activate **Note**: `venv` is listed in the `.gitignore` file so it's the recommended virtual environment name -### Install project requirements: +### Install project requirements ```bash pip3 install -r requirements.txt # eel's 'prod' requirements