Skip to content

Commit

Permalink
show venv in installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Sep 3, 2023
1 parent fbd68c0 commit 20849f1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ Users should install the library with `pip`, as described below.
# Installation

~~~bash
pip install --user elabapi-python
# create a virtual environment
python -m venv elab
# activate it
source elab/bin/activate
# on Windows
# C:\> elab\Scripts\activate.bat
# install the library
pip install elabapi-python
~~~

# Usage
Expand Down

0 comments on commit 20849f1

Please sign in to comment.