Skip to content

Commit e14245c

Browse files
committed
PyPI installation example
1 parent 7eec869 commit e14245c

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ transports](https://github.com/clojure/tools.nrepl/wiki/Extensions#transports)
1111
should be straightforward, thanks to an unpythonic multimethod thing that
1212
`nrepl.connect()` uses.
1313

14+
## Installation
15+
16+
Clone from here and use the source, or you can install from
17+
[PyPI](https://pypi.python.org/pypi/nrepl-python-client), e.g.:
18+
19+
```
20+
easy_install nrepl-python-client
21+
```
22+
23+
Do whatever the analogue is for `pip`, etc.
24+
1425
## Usage
1526

1627
Two options, currently. First, explicit, synchronous send/receive of messages
@@ -81,10 +92,11 @@ the watch was registered.
8192

8293
## Send help
8394

84-
* Make this a Proper Python Library. I've been away from Python for a loooooong
85-
time, and I don't know what the current best practices are around eggs,
86-
distribution, and so on. There's a stub of egg-info stuff here, but it's
87-
likely broken.
95+
* Make this a _more_ Proper Python Library. I've been away from Python for a
96+
loooooong time, and I don't know what the current best practices are around
97+
eggs, distribution, and so on. The library is on PyPI, but may not be
98+
following the latest best practices for all I know. Open an issue if you see
99+
a problem or some corner that could be made better.
88100
* Fix my busted Python. Like I said, the last time I did any serious Pythoning
89101
was in the 2.3 days or something (to use new-style classes, or not, that was
90102
the question, etc). If I goofed, open an issue with a fix.

0 commit comments

Comments
 (0)