Uplink036 / WebMapping

MIT License
0 stars 0 forks source link

Combine local and requriment package installation #4

Closed Uplink036 closed 1 month ago

Uplink036 commented 1 month ago

Currently you need to do two things to be able to run the program. Install the packages found here and running the command "pip install -e ." . The first one is quite common, but the second one is not, IMO. We also have commands to run both of them, so combining is not hard nor a bad a idea.