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
I'm struggling to understand all the commands in the Makefile. Could you please show an example of which commands would be run when typing make install?
But in general, I'm fine with the suggested setup.
If we run the make install command, we can see a dependency on the "make venv" command, which checks and creates the virtual environment if necessary, then performs installation commands such as "pip install -e .", the installation of pre-commits, etc.
Context
The purpose of this ticket is to set up the first makefile, which will aim to simplify the installation of xdem for developers using Linux.
To begin, we will draw inspiration from the makefile of demcompare.
Example
Tests
The text was updated successfully, but these errors were encountered: