Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 529 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 529 Bytes

PyScript, Django and Matplotlib Integration

The project aims to show how to render a Matplotlib plot using PyScript and Django.

How to run

  • Clone this repository

git clone https://github.com/vhsenna/pyscript-django.git

  • Create virtualenv

python -m venv venv

  • Activate virtualenv

source venv/bin/activate

  • Install packages

pip install -r requirements.txt

  • Run server

python manage.py runserver

About PyScript

Read more about PyScript.