FOSS Flow For FPGA
Go to file
dependabot-preview[bot] 9e10ab601e
Bump source/symbiflow-arch-defs from `a9f95cf` to `c322476`
Bumps [source/symbiflow-arch-defs](https://github.com/SymbiFlow/symbiflow-arch-defs) from `a9f95cf` to `c322476`.
- [Release notes](https://github.com/SymbiFlow/symbiflow-arch-defs/releases)
- [Commits](a9f95cfa95...c322476c15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-13 05:31:12 +00:00
doxygen
source Bump source/symbiflow-arch-defs from `a9f95cf` to `c322476` 2021-05-13 05:31:12 +00:00
third_party
.gitignore
.gitmodules
COPYING
Makefile
README.rst
environment.yml
readthedocs.yml
requirements.txt

README.rst

===============
Getting Started
===============

Building documentation
----------------------

Activate the virtual environment and install dependencies::

    make env
    make enter

Build the whole documentation::

    make html

For more options see::

    make help

Packages in virtual environment
-------------------------------

To install packages in conda environment you can use both
``conda`` and ``pip``.

Note that ``pip`` is installed in the conda environment which uses ``python3``,
and is related to ``pip3`` **inside** the virtual environment,
whereas invocation of ``pip3`` directly uses your **system** ``pip3`` instance,
typically located in ``/usr/bin/pip3``