Skip to content

Commit 6dc02c3

Browse files
committed
Updated requirements.txt
1 parent 2d13084 commit 6dc02c3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ git clone --depth 1 https://github.com/TechWhizKid/EncryptoPack.git
2727
- Next, install the required dependencies using **pip**:
2828

2929
```bash
30-
pip install -r requrements.txt
30+
pip install -r requirements.txt
3131
```
3232

3333
- Or if you are on **Linux** or **MacOS**:
3434

3535
```bash
36-
pip3 install -r requrements.txt
36+
pip3 install -r requirements.txt
3737
```
3838

3939
- You can also get the windows binary **[here](https://github.com/TechWhizKid/EncryptoPack/releases)**.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pyqt5
2-
psutil
3-
pycryptodome
1+
pyqt5
2+
psutil
3+
pycryptodome

0 commit comments

Comments
 (0)