Currently, there are only installation instructions for pip and installing directly from GitHub. I would add an installation instruction for the conda package. Maybe something along the lines of conda install -c conda-forge c4dynamics. I think it's worth having if users are working with conda and don't have too much familiarity with the different package management systems. I know when I started in my Python journey, I used the Anaconda Navigator a lot and didn't really use pip until I was contributing to another person's Python codebase. This issue is part of the pyOpenSci package submission.
Currently, there are only installation instructions for
pipand installing directly fromGitHub. I would add an installation instruction for the conda package. Maybe something along the lines ofconda install -c conda-forge c4dynamics. I think it's worth having if users are working with conda and don't have too much familiarity with the different package management systems. I know when I started in my Python journey, I used the Anaconda Navigator a lot and didn't really usepipuntil I was contributing to another person's Python codebase. This issue is part of the pyOpenSci package submission.