We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f455666 commit 4023973Copy full SHA for 4023973
README
@@ -10,13 +10,17 @@ verbose. This library aims to make jython interop in
10
clojure nearly as seamless as basic java interop.
11
e
12
13
-## Usage
+## Usage and Installation
14
15
-FIXME: write
+To experiment with it:
16
17
-## Installation
+1. clone the repository
18
+2. lein deps
19
+3. lein repl
20
21
+To include as a dependency:
22
+
23
+Copy the config section found at http://clojars.org/clojure-python into your dependencies in project.clj.
24
25
## License
26
0 commit comments