Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iglosiggio/tleng-tp
Trabajo Práctico de Teoría de Lenguajes (1er cuatrimestre 2020)
https://github.com/iglosiggio/tleng-tp
Last synced: 15 days ago
JSON representation
Trabajo Práctico de Teoría de Lenguajes (1er cuatrimestre 2020)
- Host: GitHub
- URL: https://github.com/iglosiggio/tleng-tp
- Owner: iglosiggio
- Created: 2020-07-18T18:43:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T22:04:48.000Z (over 4 years ago)
- Last Synced: 2024-10-03T20:21:29.379Z (about 1 month ago)
- Language: TeX
- Size: 1.5 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trabajo Prático para Teoría de Lenguajes (1er cuatri 2020)
## Levantar el TP
Yo estoy usando virtualenv para no ensuciar el resto de la distro correr
`cd codigo && python3 -m venv venv && source venv/bin/activate && pip3 install -r requirements.txt`
debería ser suficiente.## Estructura del repo
* **docs:** Documentos de la materia (presentación, enunciado, etc)
* **informe:** Código fuente del informe (latex)
* **codigo:** Código fuente del TP