Minimal Django app for the BibTeX cleaner UI.
- Python 3.11
Install dependencies (conda or pip). Example with conda:
conda env create -f environment.yml
conda activate bibtex-cleanpython manage.py migrate && python manage.py runserver localhost:8888Open:
http://<your-ip>:8888
manage.pybibtex_ui/ui_app/ui/environment.yml