-
-
Notifications
You must be signed in to change notification settings - Fork 593
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address feedback on README-developers updates
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected]:ChrisKnott/Eel.git | ||
git clone [email protected]: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 | ||
|