f4pga/environment.yml
Robert Winkler 981ef9c5b7 Enable conda environment support
This commit adds conda virtual environment support for SymbiFlow docs.
It also provides configuration file that allows to use conda on RTD.

Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
2019-10-16 18:45:52 +00:00

9 lines
136 B
YAML

name: SymbiFlow-docs
channels:
- symbiflow
- conda-forge
- defaults
dependencies:
- pip
- pip:
- -r file:requirements.txt