Skip to content

Commit 9606417

Browse files
First readme update.
1 parent dd5b639 commit 9606417

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
</tr>
1717
</table>
1818

19-
Crypto starts with Bitvavo. You use Bitvavo API for Node.js to buy, sell and store over 200 digital assets on Bitvavo from inside your own app.
19+
Crypto starts with Bitvavo. You use Bitvavo API for Python to buy, sell and store over 200 digital assets on Bitvavo from inside your own app.
2020

21-
To trade and execute your advanced trading strategies, Bitvavo API for Node.js is a wrapper that enables you to easily call every endpoint in [Bitvavo API](https://docs.bitvavo.com/)
21+
To trade and execute your advanced trading strategies, Bitvavo API for Python is a wrapper that enables you to easily call every endpoint in [Bitvavo API](https://docs.bitvavo.com/)
2222

2323
## Prerequisites
2424

25-
To start programming with Bitvavo API for Node.js you need:
25+
To start programming with Bitvavo API for Python you need:
2626

27-
- [Node.js](https://nodejs.org/en) installed on your development environment
27+
- [Python3](https://www.python.org/downloads/) installed on your development environment
2828
- An [API key and secret](https://support.bitvavo.com/hc/en-us/articles/4405059841809) associated with your Bitvavo account
2929

3030
You control the actions your app has rights to do using the rights you assign to the API key. Possible rights are:
@@ -36,9 +36,9 @@ To start programming with Bitvavo API for Node.js you need:
3636

3737

3838

39-
1. In your development environment, install the Bitvavo API for Node.js package from npm:
39+
1. In your development environment, install the Bitvavo API for Python package from pip:
4040
```terminal
41-
npm i bitvavo
41+
python -m pip install python_bitvavo_api
4242
```
4343

4444
# Python Bitvavo Api

0 commit comments

Comments
 (0)