Skip to content

somayaRajhi/venv_practice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Environment Practice

This repo contains a simple program to read the current weather at Moravian College. To run the program, you must have the bs4 and requests libraries installed.

To setup your development environment perform the following steps (in order):

  1. Create A Virtual Environment

python3 -m venv .venv

  1. Activate the Virtual Environment

source .env/bin/activate

  1. Install the Requirements in requirements.txt

pip install -r requirements.txt

  1. Execute the program in the shell

python weather.py

  1. Open the Project in PyCharm
  2. Execute the program in PyCharm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%