You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will hopefully be solved by #63.
If we have a bundled version of osm-fieldwork in an app, then we shouldn't need to install osm-fieldwork offline.
If this is still necessary, a simple copy into the site-packages dir should work as Rob suggested.
Is your feature request related to a problem? Please describe.
There isn't a good way to install or update osm-fieldwork offline currently.
Describe the solution you'd like
Allowing updates to an installed version with with
pip install .
would be ideal, but maybe not feasible.Creating the Kivy UI would help solve the issue of install, as all deps would be packaged into an apk and installable entirely offline.
Options should be considered and any solutions documented.
The text was updated successfully, but these errors were encountered: