Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pepeul1191/idic-pypde-bottle
https://github.com/pepeul1191/idic-pypde-bottle
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pepeul1191/idic-pypde-bottle
- Owner: pepeul1191
- Created: 2023-11-02T03:57:23.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-02T16:05:54.000Z (about 1 year ago)
- Last Synced: 2023-11-02T17:25:30.687Z (about 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Bottle PyPDE
Requisitos de software previamente instalado:
+ Python >3.5
+ Python PIP## Pasos para ejecutar la aplicación
Instalar virtualenv en el sistema (Linux y/o Windows):
$ sudo pip install virtualenv
Crear ambiente virtual en el proyecto (Linux y/o Windows):
$ python3 -m venv env
Activar el ambiente virtual:
Linux
$ source env/bin/activate
Windows
$ \env\Scripts\activate.batInstalar las dependencias:
$ pip install -r requirements.txt
---Fuentes:
+ https://py-pde.readthedocs.io/en/latest/index.html