Skip to content

Luc-Wshr/DHBW-Python-WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DHBW-Python-WeatherApp

getting started

In this project, we are using python3.8. First you have to create a virutal environment. Navigate to the root of this project and create one.
You might need to start your IDE as Administrator for this to work correctly

for Windows

py -m venv env

After it is created, activate the virtual environment

.\env\Scripts\activate

Now install all packages needed.

pip install -r Organisation/requirements.txt

Keep in mind to update requirements.txt when adding dependencies. To get a list of all current dependencies run:

pip freeze

To exit use this command:

deactivate

for Mac and Linux

python3 -m venv env

After it is created, activate the virtual environment

source env/bin/activate

Now install all packages needed.

pip install -r Organisation/requirements.txt

Keep in mind to update requirements.txt when adding dependencies. To get a list of all current dependencies run:

pip freeze

To exit use this command:

deactivate

About

Application project for Python lecture Semester 2 DHBW-Lörrach - Weather-Application with Tkinter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages