Skip to content

Commit

Permalink
remove venv creation
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnaTO authored Dec 16, 2024
1 parent 2a159c8 commit 6b3da3f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ development mode with the `web` option (which installs `flask` and `flask-bootst
$ git clone https://github.com/biopragmatics/biomappings.git
$ cd biomappings
$ git checkout -b your-branch-name
$ python -m venv biomappings_venv
$ source biomappings_venv/bin/activate
$ pip install -e .[web]
```

Expand Down Expand Up @@ -190,8 +188,6 @@ To install in development mode and create a new branch, use the following:
```console
$ git clone https://github.com/biopragmatics/biomappings.git
$ cd biomappings
$ python -m venv biomappings_venv
$ source biomappings_venv/bin/activate
$ python3 -m pip install -e .
```

Expand Down Expand Up @@ -285,8 +281,6 @@ To install in development mode, use the following:
```console
git clone git+https://github.com/biopragmatics/biomappings.git
cd biomappings
python -m venv biomappings_venv
source biomappings_venv/bin/activate
python3 -m pip install -e .
```

Expand Down

0 comments on commit 6b3da3f

Please sign in to comment.