Skip to content

Commit 6e7aa23

Browse files
committed
update readme
1 parent 036f1b2 commit 6e7aa23

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,9 @@ python3 -m pip install --upgrade pyspartn
6666
If required, `pyspartn` can also be installed into a virtual environment, e.g.:
6767

6868
```shell
69-
python3 -m pip install --user --upgrade virtualenv
70-
python3 -m virtualenv env
71-
source env/bin/activate (or env\Scripts\activate on Windows)
69+
python3 -m venv env
70+
source env/bin/activate # (or env\Scripts\activate on Windows)
7271
python3 -m pip install --upgrade pyspartn
73-
...
74-
deactivate
7572
```
7673

7774
*¹* On some 32-bit Linux platforms (e.g. Raspberry Pi OS 32), it may be necessary to [install Rust compiler support](https://www.rust-lang.org/tools/install) in order to install the `cryptography` package which `pyspartn` depends on to decrypt SPARTN message payloads. See [cryptography install README](https://github.com/semuconsulting/pyspartn/blob/main/cryptography_installation/README.md).

0 commit comments

Comments
 (0)