Due to the submission: JuliaCon/proceedings-review#202
It would be nice to have installation instructions in the README.md file of repository. I know, it has been mentioned in the documentation but an entry in the README like
Installation
julia> using Pkg
julia> Pkg.add("StreamSampling")
and
julia> ]
(@v1.xx) pkg> add https://github.com/JuliaDynamics/StreamSampling.jl.git
with some descriptive text would be perfect.
Here is an example: https://github.com/jbytecode/OperationsResearchModels.jl/blob/main/README.md
Due to the submission: JuliaCon/proceedings-review#202
It would be nice to have installation instructions in the README.md file of repository. I know, it has been mentioned in the documentation but an entry in the README like
Installation
and
with some descriptive text would be perfect.
Here is an example: https://github.com/jbytecode/OperationsResearchModels.jl/blob/main/README.md