From 9374fc22b0f54ddf39ce1e1c12f7c31c42919d2d Mon Sep 17 00:00:00 2001 From: Stijn Van Hoey Date: Tue, 20 Feb 2024 20:14:43 +0100 Subject: [PATCH] Add info on venv --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ab7cd9..35c43bb 100644 --- a/README.md +++ b/README.md @@ -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 `) and activated (`\Scripts\activate` in windows or `source /bin/activate` in linux), install the package inside the vitual environment: ``` pip install vptstools