This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
pip or conda ? #55
Comments
@Karim-53
|
Thanks for the clarification |
Salam @Karim-53! |
Ok I will create a PR to update that, |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am confused:
the
CONTRIBUTING.md
ask me to install stuff usingconda
andenvironment.yml
(file updated in 2019) containingnumpy=1.15.4
on the other hand, if I follow the tutorial in the
README.md
file, then I will usepip
to install therequirements.txt
(file updated in 2020) and thusnumpy==1.18.2
I would like to know, please, what I should do.
From my personal experience, it is better to use pip as it is more stable and more up-to-date.
And maybe my first contribution would be to fix that :)
The text was updated successfully, but these errors were encountered: