JuliaBerry / PiCraft.jl

Manipulate Minecraft on the Raspberry Pi from Julia
https://juliaberry.github.io/PiCraft.jl/
Other
38 stars 11 forks source link

A complete Quickstart guide #31

Closed Ellipse0934 closed 5 years ago

Ellipse0934 commented 5 years ago
aviks commented 5 years ago

Yeah, this needs the METADATA PR to be merged. It's currently in queue for testing, should be merged tomorrow.

On Mon, 22 Oct 2018, 12:45 am Ellipse0934, notifications@github.com wrote:

@Ellipse0934 commented on this pull request.

In README.md https://github.com/JuliaBerry/PiCraft.jl/pull/31#discussion_r226874590:

@@ -32,7 +32,8 @@ Download the appropriate Julia version for your system from [here](https://julia

Install the PiCraft package


-Pkg.clone("https://github.com/JuliaBerry/PiCraft.jl")
+using Pkg
+Pkg.add("https://github.com/JuliaBerry/PiCraft.jl")

(v1.0) pkg> add PiCraft
  Updating registry at `~/.julia/registries/General`
  Updating git-repo `https://github.com/JuliaRegistries/General.git` <https://github.com/JuliaRegistries/General.git>
 Resolving package versions...
ERROR: Unsatisfiable requirements detected for package PiCraft [6cc4b21d]:
 PiCraft [6cc4b21d] log:
 ├─possible versions are: 0.1.0 or uninstalled
 ├─restricted to versions * by an explicit requirement, leaving only versions 0.1.0
 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left

Is this due to the REQUIRE file ? REQUIRE currently states 0.6 instead of
0.7 or 1.0. Or is there some other reason behind this ?

—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<https://github.com/JuliaBerry/PiCraft.jl/pull/31#discussion_r226874590>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAXIJsuZHDh3184HrY-7ywRcqfCOQg4pks5unMe1gaJpZM4XcvV9>
.