Futura-Py / weather

Coming soon
MIT License
5 stars 1 forks source link

Could not locate weather_app.py #12

Closed charanravi-online closed 1 year ago

charanravi-online commented 1 year ago

To run this app, you will need Python 3 installed on your computer. Clone this repository and navigate to the directory containing the weather_app.py file.

When the repo was cloned, this is the file structutre I was greeted with: image

Use the following command to install the required packages: pip install -r requirements.txt The packages have been installed.

Once the packages are installed, you can run the app using the following command:

python3 weather_app.py or py3 weather_app.py

Could not locate the weather_app.py file. I tried to locate it in the repo as well, but I can't seem to find it. image

The readme isn't udpated to the changes, perhaps?

Please do let me know if I'm looking in the wrong place/where I can look for.

im-coder-lg commented 1 year ago

I think we mean main.py. I don't remember seeing weather*.py here, since we follow some Python neatness rules. Try running the main.py file.

im-coder-lg commented 1 year ago

We'll resolve that soon :)

Moosems commented 1 year ago

I'll make a commit to fix this.