Skip to content

Commit

Permalink
Merge pull request #1373 from ACStoneCL/Broken_PythonSDK_Link
Browse files Browse the repository at this point in the history
Remove Broken Python SDK Link
  • Loading branch information
ACStone-MTS authored Feb 13, 2024
2 parents 3dc4620 + 6fd3b83 commit 1da3f0f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions source/docs/casper/developers/dapps/sdk/python-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,11 @@ The [Python SDK](https://github.com/casper-network/casper-python-sdk) allows dev

## Installation

Before installing the library, you need to install dependencies from [requirements.txt](https://github.com/casper-network/casper-python-sdk/blob/main/requirements.txt), which you can perform by running the following command:
To install the library, run:

```bash

pip install -r requirements.txt
```

Finally, to install the library, run:

```bash

pip install pycspr
pip3 install pycspr
```

## Tests
Expand Down

0 comments on commit 1da3f0f

Please sign in to comment.