Skip to content

Commit 20849f1

Browse files
committed
show venv in installation instructions
1 parent fbd68c0 commit 20849f1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,14 @@ Users should install the library with `pip`, as described below.
1616
# Installation
1717

1818
~~~bash
19-
pip install --user elabapi-python
19+
# create a virtual environment
20+
python -m venv elab
21+
# activate it
22+
source elab/bin/activate
23+
# on Windows
24+
# C:\> elab\Scripts\activate.bat
25+
# install the library
26+
pip install elabapi-python
2027
~~~
2128

2229
# Usage

0 commit comments

Comments
 (0)