Closed konstantinos2018 closed 3 years ago
I think there is a mistake in the documentation README.md. The correct order is pylandsat sync-database -f instead of pylandsat -f sync-database when trying to sync with the database. I dealt with this issue using Anaconda prompt in Windows 10.
pylandsat sync-database -f
pylandsat -f sync-database
Thanks :)
I think there is a mistake in the documentation README.md. The correct order is
pylandsat sync-database -f
instead ofpylandsat -f sync-database
when trying to sync with the database. I dealt with this issue using Anaconda prompt in Windows 10.