From e22d3649b22e5fa9eac7edf8035387827cef363c Mon Sep 17 00:00:00 2001 From: fintzd <35842457+fintzd@users.noreply.github.com> Date: Tue, 6 Apr 2021 12:24:46 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c75df1..ec8a6d9 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,7 @@ cd bitfinex-api-py Or via pip3: ```sh -pip3 install -r requirements.txt -python3 setup.py install +python3 -m pip install bitfinex-api-py ``` Run the trades/candles example: