Hi Asim,
 just do
lein new
and add
[clojureql "1.0.0-beta2-SNAPSHOT"]  to your dependencies in project.clj
and run
lein deps
 it will automatically download all the necessary dependencies.
If you directly want to do it from github .. I don't know how to do that.
Sunil.


On Sat, Dec 4, 2010 at 6:23 AM, Asim Jalis <asimja...@gmail.com> wrote:

> Is there an easy way to download Clojure libraries from Git and to
> play with them in the repl?
>
> It looks like all of them expect to be downloaded using leiningen, and
> leiningen requires creating a project, with dependencies on specific
> libraries.
>
> It would be nice if I could do something like: lein install
> https://github.com/LauJensen/clojureql and it would just grab it and
> install it and all its dependencies.
>
> My goal is just to play with different libraries -- I am not consuming
> them in projects yet.
>
> Asim
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com<clojure%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to