enthought / enthought/rested

Installation/run instructions - here

Open
#5 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.