We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d13084 commit 6dc02c3Copy full SHA for 6dc02c3
2 files changed
README.md
@@ -27,13 +27,13 @@ git clone --depth 1 https://github.com/TechWhizKid/EncryptoPack.git
27
- Next, install the required dependencies using **pip**:
28
29
```bash
30
-pip install -r requrements.txt
+pip install -r requirements.txt
31
```
32
33
- Or if you are on **Linux** or **MacOS**:
34
35
36
-pip3 install -r requrements.txt
+pip3 install -r requirements.txt
37
38
39
- You can also get the windows binary **[here](https://github.com/TechWhizKid/EncryptoPack/releases)**.
requrements.txt requirements.txtrequrements.txt renamed to requirements.txt
@@ -1,3 +1,3 @@
1
-pyqt5
2
-psutil
3
-pycryptodome
+pyqt5
+psutil
+pycryptodome
0 commit comments