- Create and Activate the Virtual Environment
python -m virtualenv env .\env\Scripts\activate
- (optional) if any error while activate the virtual env, follow below steps-
get-ExecutionPolicy Set-ExecutionPolicy Unrestricted -Scope Process # if its restricted, then execute this command
- Install the python dependencies
python -m pip install --upgrade pip pip install -r .\requirments.txt
-
Notifications
You must be signed in to change notification settings - Fork 0
Learn Python at Advanced Level
License
easycloudapi/learn_python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Learn Python at Advanced Level
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published