abd8126 / pyhton_basics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pyhton_basics

Steps to generate the Requirement.txt.

  • pip3 install pipreqs
  • python3 -m pipreqs.pipreqs /directoey_path

Steps to install the Dependencies

  • pip install -r /requirement_file_path -- Example: pip install -r requirements.txt

Run the Python file

  • python3 filename.py

About


Languages

Language:Python 100.0%