mirror of
https://github.com/arnaucube/miden-crypto.git
synced 2026-01-13 17:41:28 +01:00
7 lines
134 B
Bash
Executable File
7 lines
134 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
virtualenv venv
|
|
source venv/bin/activate
|
|
pip3 install -r requirements.txt
|
|
mkdocs serve --strict |