support pipenv

This commit is contained in:
scito 2022-09-03 18:48:58 +02:00 committed by Roland Kurmann
parent fe61b995d8
commit fef46dcfba
3 changed files with 201 additions and 0 deletions

View file

@ -47,6 +47,16 @@ The generated protobuf Python code was generated by protoc 21.5 (https://github.
## Alternative installation methods
### pipenv
You can you use [Pipenv](https://github.com/pypa/pipenv) for running extract_otp_secret_keys.
```
pipenv install
pipenv shell
python extract_otp_secret_keys.py example_export.txt
```
### venv
Alternatively, you can use a python virtual env for the dependencies: