MerginMaps / work-packages

Mergin Maps Work Packages: manage field surveys for multiple teams
MIT License
7 stars 4 forks source link

Small error in documentation #45

Closed jozef-budac closed 12 months ago

jozef-budac commented 2 years ago

requirements.txt is not in workpackages directory.

This should be changed:

 cd mergin-work-packages/workpackages
 python3 -m venv venv
 ./venv/bin/pip3 install -r requirements.txt
 ./venv/bin/python3 wp_mergin.py --help

to:

 cd mergin-work-packages/workpackages
 python3 -m venv venv
 ./venv/bin/pip3 install -r ../requirements.txt
 ./venv/bin/python3 wp_mergin.py --help
PeterPetrik commented 2 years ago

can you make Pull RRequest with the change @jozef-budac ?

jozef-budac commented 2 years ago

yep

PeterPetrik commented 12 months ago

this is already fix on main