Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Instead of using a requirements.txt, it is easier to just export the whole conda environment spot.yml
  • Loading branch information
tempdata73 authored Feb 27, 2020
1 parent 8ad6bee commit 40e7f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Finally, I decided to also implement the "overtime" option, which means the came
## Flexibility
Although this project might seem quite specific, it can be easily modified to solve other types of problems, such as triggering alarms when a person is on a place he is not supposed to be (e.g. near a painting on an art exhibition).
## Requirements
- Apart from installing the python packages specified in the *requirements.txt* file, you're gonna need PostgreSQL along the PostGIS extension installed.
- Apart from exporting the *spot.yml* environment, you're gonna need PostgreSQL along the PostGIS extension installed.
- Modify the username and password from the *config.ini* file under the *src* directory so it fits your needs.

## Implementation
Expand Down

0 comments on commit 40e7f91

Please sign in to comment.