Advertisement
mabrowning

WebODM macOS

Feb 7th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. #Steps I took to get WebODM running on macOS
  2. brew unlink gdal
  3. brew tap osgeo/osgeo4mac && brew tap --repair
  4. brew install gdal2 --with-armadillo --with-complete --with-libkml --with-unsupported --with-postgresql
  5. brew link --force gdal2
  6.  
  7. #my `python` is a symlink to `python3`
  8. pip3 install -r requirements.txt
  9. python manage.py collectstatic --noinput
  10.  
  11.  
  12. diff --git a/requirements.txt b/requirements.txt
  13. index 8880e45..9036d63 100644
  14. --- a/requirements.txt
  15. +++ b/requirements.txt
  16. @@ -28,7 +28,7 @@ packaging==16.8
  17. pilkit==2.0
  18. Pillow==4.3.0
  19. pip-autoremove==0.9.0
  20. -psycopg2==2.6.2
  21. +psycopg2==2.7.3.1
  22. PyJWT==1.5.3
  23. pyparsing==2.1.10
  24. pytz==2017.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement