Skip to content

Commit f0e556f

Browse files
committed
remove special instructions, now that Jython is in maven central
1 parent d651d4d commit f0e556f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,11 @@ as basic java interop.
1313
Usage and Installation
1414
======================
1515

16-
To experiment with it:
17-
---------------------
18-
19-
0. clone the repository
20-
0. mvn install:install-file -DgroupId=org.python -DartifactId=jython -Dversion=2.5.1 -Dpackaging=jar -Dfile=./etc/jython-2.5.1.jar
21-
(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-
2516
To include as a dependency:
2617
--------------------------
2718

2819
Copy the config section found at http://clojars.org/clojure-python into your dependencies in your project's project.clj.
2920

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.
31-
3221
License
3322
=======
3423

0 commit comments

Comments
 (0)