Skip to content

Commit

Permalink
Address feedback on README-developers updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dstricks committed Oct 8, 2022
1 parent 47dc21d commit 50859d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README-developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 50859d8

Please sign in to comment.