Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiFdezz committed May 30, 2024
1 parent ab13aaa commit 6281f15
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions jparty-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,19 @@

- python 3.12.2
- pip
- pyenv

# Como iniciar el servidor

- Ir a la carpeta raíz del proyecto

- Creamos el pyenv para instalar las dependencias.
- Creamos el python Virtual enviroment para instalar las dependencias.

- pyenv virtualenv 3.12.2 jparty-venv
- python -m venv jparty_venv

- pyenv activate jparty-venv
- .\jparty-env\Scripts\activate

- pip install -r requirements.txt

- Una vez instaladas las dependencias en la carpeta raíz, entramos en jpart-backend y ejecutamos:

- python manage.py runserver
- python manage.py runserver

0 comments on commit 6281f15

Please sign in to comment.