diff --git a/README.md b/README.md index a45934cb..7f460852 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,7 @@ Please install the following dependencies: Example for Debian: ``` -apt-get install python3-pyscard python3-serial python3-cmd2 python3-pip python3-yaml -pip3 install pytlv jsonpath-ng construct bidict gsm0338 -``` - -Alternatively, everything can be installed using pip: -``` +apt-get install python3-pyscard python3-serial python3-pip python3-yaml pip3 install -r requirements.txt ```