Skip to content

dousicap/Desktop-Assistant-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desktop-Assistant-using-Python

ENVIRONMENT SETUP FOR EVERY PROJECT:

How to run

  1. Create a new virtual environment
        conda create -n assistant python=3.8
  1. Checkout the created virtual environment
       conda env list
  1. Activate the created virtual environment
        conda activate assistant 
  1. Install all the packages present in the requirements
       pip install -r requirements.txt  

pip list

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published