|
|
|
|
|
by msarahan
3153 days ago
|
|
the develop command in conda-build is indeed not really kept up. From https://github.com/conda/conda-build/issues/1992#issuecommen... : Instead, I recommend creating whatever environment you want, activating it, and then running python setup.py develop or pip install -e . so that your package is installed in develop mode in that environment. |
|