Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shubhamprajapati7748/complete-python

Complete-Python-Repo
https://github.com/shubhamprajapati7748/complete-python

Last synced: 4 days ago
JSON representation

Complete-Python-Repo

Awesome Lists containing this project

README

        

# Complete-Python-Repo

## 1. Create the virtual environment using Anaconda
1. To create the env : `conda create -p venv python==3.10 -y`
2. To activate the env : `conda activate venv/`
3. To deactivate the env : `conda deactivate`

## 2. Install all the dependencies:
- Run this command : `pip install -r requirements.txt`