-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c7a7423
commit b94a3db
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Geo-Dude | ||
GeoDude is a web based geolocator. | ||
|
||
<h2>Instructions</h2> | ||
<div>Please follow the steps below to run this web app: | ||
|
||
1. Run: | ||
python3 app.py | ||
|
||
2. Go to localhost:5000 and you should see the webpage | ||
|
||
3. Press the Browse button, and upload one of the csv files in the sample_files directory and press Submit | ||
|
||
4. If you see a table with columns the app is working fine. | ||
</div> |