You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Because the Maven artifact for Jython 2.5.1 has not yet been added to the central Maven repository, for now it is necessary to install it locally with mvn before running lein deps.)
22
-
0. lein deps
23
-
0. lein repl
24
-
25
16
To include as a dependency:
26
17
--------------------------
27
18
28
19
Copy the config section found at http://clojars.org/clojure-python into your dependencies in your project's project.clj.
29
20
30
-
Important: it will be necessary to include step #2 above (mvn install...) and the 2.5.1 jar itself in any installation instructions for using this as a dependency, until a recent version of Jython is made available in the central maven repository.
0 commit comments