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
|
# Instalación
|
||||||
Por ahora la instalación es desde el repositorio:
|
Por ahora la instalación es desde el repositorio:
|
||||||
```python
|
```sh
|
||||||
python -m venv env
|
python -m venv env
|
||||||
source env/bin/activate
|
source env/bin/activate
|
||||||
git clone https://gitea.pangea.org/ereuse/pyvckit.git
|
git clone https://gitea.pangea.org/ereuse/pyvckit.git
|
||||||
cd pyvckit
|
cd pyvckit
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
# Cli
|
# Cli
|
||||||
|
|
Loading…
Reference in New Issue