fix
This commit is contained in:
parent
9ad325a377
commit
fb324caebf
13
README_es.md
13
README_es.md
|
@ -11,12 +11,13 @@ Por ahora la criptografía soportada es solo EdDSA con una firma Ed25519Signatur
|
|||
|
||||
# Instalación
|
||||
Por ahora la instalación es desde el repositorio:
|
||||
```python
|
||||
python -m venv env
|
||||
source env/bin/activate
|
||||
git clone https://gitea.pangea.org/ereuse/pyvckit.git
|
||||
cd pyvckit
|
||||
pip install -r requirements.txt
|
||||
```sh
|
||||
python -m venv env
|
||||
source env/bin/activate
|
||||
git clone https://gitea.pangea.org/ereuse/pyvckit.git
|
||||
cd pyvckit
|
||||
pip install -r requirements.txt
|
||||
pip install -e .
|
||||
```
|
||||
|
||||
# Cli
|
||||
|
|
Loading…
Reference in New Issue