Skip to content

Commit b2d66dc

Browse files
author
Caner Candan
committed
* README.md: minor
1 parent 796e603 commit b2d66dc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ In order to use the API, you have to first install the required dependencies giv
1313
Here is a fast installation procedure (a bit dirty) we suggest to quickly use this API.
1414

1515
```bash
16-
$ cd $HOME
16+
$ mkdir $HOME/ucoin
17+
$ cd $HOME/ucoin
1718
$ git clone git@github.com:canercandan/ucoin-python-api.git
18-
$ export PYTHONPATH="$HOME/ucoin-python-api:$PYTHONPATH"
19+
$ export PYTHONPATH="$HOME/ucoin:$PYTHONPATH"
1920
```
2021

2122
Thus you are ready to use it with your own python program. Here is an example illustrating how to use it thanks to the python shell:
2223

2324
```python
24-
In [1]: import ucoin
25+
In [1]: import ucoin-python-api as ucoin
2526

2627
In [2]: ucoin.settings['server'] = 'mycurrency.candan.fr'
2728

0 commit comments

Comments
 (0)