Installation/run instructions - here
Open
- Dominant language
- Python
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Requirements:
```
sudo apt-get install build-essential python-pip python-dev
sudo pip install numpy configobj pygments docutils sphinx rst2pdf
```
Installation instructions:
```
git clone https://github.com/enthought/rested && cd rested
sudo python setup.py install
```
Run:
```
#!/bin/bash
# Run Enthought's rested ReStructuredText editor.
python -c "from rested import app; app.main()" "$@" 2&>1 &
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.