mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 15:40:54 +00:00
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<SHORT_DESCRIPTION>
|
<SHORT_DESCRIPTION>
|
||||||
|
|
||||||
Read more in the [documentation on ReadTheDocs](http://<RTD_NAME>.readthedocs.io/). [View the change log](http://<RTD_NAME>.readthedocs.io/en/latest/releases.html).
|
Read more in the [documentation on ReadTheDocs](https://<RTD_NAME>.readthedocs.io/). [View the change log](https://<RTD_NAME>.readthedocs.io/en/latest/releases.html).
|
||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ Read more in the [documentation on ReadTheDocs](http://<RTD_NAME>.readthedocs.io
|
|||||||
pip install <PYPI_NAME>
|
pip install <PYPI_NAME>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Developer setup
|
## Developer Setup
|
||||||
|
|
||||||
If you would like to hack on <REPO_NAME>, please check out the
|
If you would like to hack on <REPO_NAME>, please check out the
|
||||||
[Ethereum Development Tactical Manual](https://github.com/pipermerriam/ethereum-dev-tactical-manual)
|
[Ethereum Development Tactical Manual](https://github.com/pipermerriam/ethereum-dev-tactical-manual)
|
||||||
@ -33,7 +33,6 @@ for information on how we do:
|
|||||||
You can set up your dev environment with:
|
You can set up your dev environment with:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
||||||
git clone git@github.com:ethereum/<REPO_NAME>.git
|
git clone git@github.com:ethereum/<REPO_NAME>.git
|
||||||
cd <REPO_NAME>
|
cd <REPO_NAME>
|
||||||
virtualenv -p python3 venv
|
virtualenv -p python3 venv
|
||||||
|
|||||||
Reference in New Issue
Block a user