Skip to content

Commit

Permalink
Update README (#174)
Browse files Browse the repository at this point in the history
Fixed typo from old style git clone url
  • Loading branch information
KrishnaTO authored Dec 18, 2024
1 parent 1a03dc7 commit acef844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Rather than editing files locally, this repository also comes with a web-based c
development mode with the `web` option (which installs `flask` and `flask-bootstrap`) using:

```console
$ git clone git+https://github.com/biopragmatics/biomappings.git
$ git clone https://github.com/biopragmatics/biomappings.git
$ cd biomappings
$ git checkout -b your-branch-name
$ pip install -e .[web]
Expand Down Expand Up @@ -186,7 +186,7 @@ python3 -m pip install git+https://github.com/biopragmatics/biomappings.git
To install in development mode and create a new branch, use the following:

```console
$ git clone git+https://github.com/biopragmatics/biomappings.git
$ git clone https://github.com/biopragmatics/biomappings.git
$ cd biomappings
$ python3 -m pip install -e .
```
Expand Down

0 comments on commit acef844

Please sign in to comment.