perezcatriel commited on
Commit
2b11306
·
1 Parent(s): ee617e8

Update README.md

Browse files

comandos de instalación

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -12,12 +12,14 @@ license: mit
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
 
15
- ## Para usarlo necesitas ...
16
  ```commandline
17
  1. Crear y edita el archivo: .env
18
  2. en .env escribir: API_KEY="ingresa aquí tú clave de la API de google"
19
  3. también agregar en ese mismo archivo: BASE_URL='https://maps.googleapis.
20
  com/maps/api/geocode/json'
 
 
21
  ```
22
 
23
  ## A Jugar!
 
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
 
15
+ ## Para usarlo necesitas una vez clonado...
16
  ```commandline
17
  1. Crear y edita el archivo: .env
18
  2. en .env escribir: API_KEY="ingresa aquí tú clave de la API de google"
19
  3. también agregar en ese mismo archivo: BASE_URL='https://maps.googleapis.
20
  com/maps/api/geocode/json'
21
+ 4. en terminal correr...: pip install -f requirements.txt
22
+ 5. también en terminal: streamlit run app.py
23
  ```
24
 
25
  ## A Jugar!