BIOP / abba_python

ABBA, controlled from python
Other
6 stars 3 forks source link

Updated installation commands in README #12

Closed GuillaumeLeGoc closed 7 months ago

GuillaumeLeGoc commented 7 months ago

In the current version of README, it creates a bare conda environment, without python nor pip. So the following pip install abba_python command uses the pip from conda base environment and installs abba_python in it, which might lead to conflicts in the user's conda base.

Notes :

NicoKiaru commented 7 months ago

Thanks! Don't you think we need pip as well in this list ?

GuillaumeLeGoc commented 7 months ago

At least for me, with conda 23.10.0, creating an environment with python includes pip by default, but I guess it doesn't hurt to specify it.

NicoKiaru commented 7 months ago

Great, then if it doesn't hurt, please add pip and I'll merge your PR (and congrats if that's your first ;-)!)

GuillaumeLeGoc commented 7 months ago

And it's done ! (I think)