Closed mbercx closed 1 year ago
Currently the installation of packages when creating a new project is limited to packages available on the PyPI. We should also allow users to directly clone and locally install package from remote git repositories.
clone
git
Fixed in https://github.com/aiidateam/aiida-project/commit/892c685959d3f0cc72afaccaf7bba6258564cba5.
Currently the installation of packages when creating a new project is limited to packages available on the PyPI. We should also allow users to directly
clone
and locally install package from remotegit
repositories.