Closed htwangtw closed 9 months ago
that's a great catch Hao, thank you. I guess we never attempted install from source :)
we will update the docs to make it they should use pip install -U MRdataset
when possible, and only when they trying to contribute as a developer should they use the other instructions.
I personally don't understand the parameter #egg=protocol
in this command
in pip install git+https://github.com/sinhaharsh/protocol.git#egg=protocol
but my guess is we don't need it. @sinhaharsh and I take a look and fix the docs asap.
Compiling protocol from source was initially required. It's surely not required anymore. The line for installing protocol is removed from the documentation. Thank you Hao.
The installation instructions are now updated. Installing MRdataset will also install latest protocol from PyPI
LGTM!
openjournals/joss-reviews#6269
Description
This is part of the JOSS submission review.
In the installation instruction, the stable release will install a key dependency
protocol
version 0.3, however if we strictly follow the install from source instruction, it will be 0.1.These two things should be consistent.
What I Did
From source: