Skip to content

Commit

Permalink
Add info on venv
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhoey authored Feb 20, 2024
1 parent 811e76f commit 9374fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ vptstools is a Python library to transfer and convert VPTS data. VPTS (vertical

## Installation

Python 3.9+ is required.
Python 3.9+ is required. It is advised to use a [virtual environment](https://docs.python.org/3/library/venv.html) to install a set of dependencies for a project. Once created (`run python -m venv <PATH-TO-VENV>`) and activated (`<PATH-TO-VENV>\Scripts\activate` in windows or `source <PATH-TO-VENV>/bin/activate` in linux), install the package inside the vitual environment:

```
pip install vptstools
Expand Down

0 comments on commit 9374fc2

Please sign in to comment.