Skip to content

Commit 668cc21

Browse files
authored
Update README.md
1 parent 77d7664 commit 668cc21

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,25 @@ A Python API for interacting with the Tron (TRX)
1414
| :------ | :------------------ | :---------
1515
| install | `pip install tronapi` |
1616

17+
## Development
18+
19+
### Releasing
20+
21+
Pandoc is required for transforming the markdown README to the proper format to
22+
render correctly on pypi.
23+
24+
For Debian-like systems:
25+
26+
```
27+
apt install pandoc
28+
```
29+
30+
Or on OSX:
31+
32+
```sh
33+
brew install pandoc
34+
```
35+
1736

1837
## Basic Usage
1938
Specify the API endpoints:

0 commit comments

Comments
 (0)