The following make commands will install conda and create a conda env called pearl
:
make install-conda
make init-env-conda
make install
The following step will update the dependencies in requirements-dev.in
and
include them into the file requirements-dev.txt
:
make upgrade
Creates the tar file and wheel under dist
directory.
make dist
Uses twine
which separates the build from the actual upload:
make release