DeDop / dedop-core

DeDop is a User Configurable Tool for Processing Delay Doppler Altimeter Data.
http://dedop.org/
GNU General Public License v3.0
14 stars 8 forks source link

Allow for easy installing from source code #18

Closed forman closed 6 years ago

forman commented 7 years ago

Users currently face a problem installing dedop-core from source using python3 setup.py install.

Fix: make the cate-util dependency optional, it is used by dedop-webapi only, which in turn is only used by dedop-studio.

hans-permana commented 7 years ago

cate-util is also used by the CLI, so at the moment it is not optional

hans-permana commented 6 years ago

Instructions have been modified to create a conda env before installing dedop-core from source. This also includes cate-util dependency