Skip to content

Commit 4023973

Browse files
author
Rob Levy
committed
added installation instructions to README
1 parent f455666 commit 4023973

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@ verbose. This library aims to make jython interop in
1010
clojure nearly as seamless as basic java interop.
1111
e
1212

13-
## Usage
13+
## Usage and Installation
1414

15-
FIXME: write
15+
To experiment with it:
1616

17-
## Installation
17+
1. clone the repository
18+
2. lein deps
19+
3. lein repl
1820

19-
FIXME: write
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.
2024

2125
## License
2226

0 commit comments

Comments
 (0)