Skip to content

Commit 02ee442

Browse files
Update README.md
1 parent 0416c2a commit 02ee442

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,9 @@ Upgrade `pip` to the latest version, if you see these warnings:
6565
pip install injective-py
6666
```
6767

68-
3. Fetch latest denom config
69-
```
70-
poetry run python pyinjective/utils/fetch_metadata.py
71-
```
72-
7368
Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/master/pyinjective/client.py) has been deprecated as of April 18, 2022. If you are using the sync client please make sure to transition to the [async client](https://github.com/InjectiveLabs/sdk-python/blob/master/pyinjective/async_client.py), for more information read [here](https://github.com/InjectiveLabs/sdk-python/issues/101)
7469

75-
4. Run all unit tests in a development environment
70+
3. Run all unit tests in a development environment
7671
```
7772
poetry run pytest -v
7873
```

0 commit comments

Comments
 (0)