Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Create a new virtual environment
- python3 -m venv venv
- # activate
- source venv/bin/activate
- # activate windows
- venv\Scripts\activate
- # install
- pip install python-dotenv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement