mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2024-12-23 11:57:19 +00:00
pip3/pip
This commit is contained in:
parent
9bdcc10615
commit
da74d0b92c
@ -161,7 +161,7 @@ See [here](#successful-message)
|
||||
Ensure you are using Python version >= Python3.7:
|
||||
|
||||
```sh
|
||||
python -V
|
||||
python3 -V
|
||||
```
|
||||
|
||||
##### Step 1. Installation
|
||||
@ -169,6 +169,7 @@ python -V
|
||||
For the [virtualenv](https://virtualenv.pypa.io/en/latest/) users, you can create a new venv:
|
||||
|
||||
```sh
|
||||
pip3 install virtualenv
|
||||
virtualenv venv
|
||||
./venv/bin/activate
|
||||
```
|
||||
@ -290,6 +291,7 @@ python -V
|
||||
For the [virtualenv](https://virtualenv.pypa.io/en/latest/) users, you can create a new venv:
|
||||
|
||||
```sh
|
||||
pip install virtualenv
|
||||
virtualenv venv
|
||||
./venv/bin/activate
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user