Documentation tweaks

This commit is contained in:
Aaron Heise 2023-02-11 12:11:51 -06:00
parent f86acc3f08
commit 6a4ebeea67

View File

@ -20,7 +20,9 @@ Anyway, there's a lot of room for improvement.
## Quickstart ## Quickstart
Requires Python 3.10+ on Linux or Unix. WSL probably works. Cygwin might work, too. Tested (thus far) on Python 3.11 macOS 13.1 ARM64. Should
run on Python 3.6+ on Linux or Unix. WSL probably works.
Cygwin might work, too.
- Activate a virtualenv - Activate a virtualenv
- `pip3 install rnsh` - `pip3 install rnsh`
@ -103,7 +105,7 @@ works just like an `ssh` shell session.
## TODO ## TODO
- [X] ~~Initial version~~ - [X] ~~Initial version~~
- [X] ~~Pip package with command-line utility support~~ - [X] ~~Pip package with command-line utility support~~
- [ ] Publish to PyPI - [X] ~~Publish to PyPI~~
- [ ] Improve signal handling - [ ] Improve signal handling
- [ ] Protocol improvements (throughput!) - [ ] Protocol improvements (throughput!)
- [ ] Test on several *nixes - [ ] Test on several *nixes