Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit 50859d8

Browse files
committed
Address feedback on README-developers updates
1 parent 47dc21d commit 50859d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README-developers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
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.
66

7-
### Clone the repository:
7+
### Clone the repository
88
```bash
9-
git clone [email protected]:ChrisKnott/Eel.git
9+
git clone [email protected]:python-eel/Eel.git
1010
```
1111

1212
### (Recommended) Create a virtual environment
@@ -20,7 +20,7 @@ source venv/bin/activate
2020
**Note**: `venv` is listed in the `.gitignore` file so it's the recommended virtual environment name
2121

2222

23-
### Install project requirements:
23+
### Install project requirements
2424

2525
```bash
2626
pip3 install -r requirements.txt # eel's 'prod' requirements

0 commit comments

Comments
 (0)