Skip to content

Commit

Permalink
Create requirements.txt
Browse files Browse the repository at this point in the history
Installing Dependencies
To install the dependencies listed in your requirements.txt, navigate to your project's root directory in your terminal and run:

pip install -r requirements.txt

This command will install all the specified packages, ensuring your environment is set up correctly for your project.
  • Loading branch information
Cyogenus authored Dec 11, 2024
1 parent 5df779e commit b29fa4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
requests==2.31.0
lxml==4.9.2
python-dateutil==2.8.2
PyQt5==5.15.9

0 comments on commit b29fa4d

Please sign in to comment.