Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 96138e0

Browse files
authored
Merge pull request #40 from computerrivet/add_requirements
Make install easier
2 parents 6320481 + b59f573 commit 96138e0

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
env/

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,13 @@ also as a side note: this will be a very good experemantation for password prote
2222
![image](https://github.com/user-attachments/assets/47f53723-933e-44ff-b5b4-26eec0598bc9)
2323

2424
all images were uploaded durring v7 or 0.0.7, things are subject to change!
25+
26+
27+
28+
# install dependencies
29+
30+
run this command in the file of the source or requirements.txt file.
31+
32+
```
33+
pip install -r requirements.txt
34+
```

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
bcrypt==4.2.0
2+
prompt_toolkit==3.0.48
3+
wcwidth==0.2.13

0 commit comments

Comments
 (0)