FOSS Flow For FPGA
Find a file
dependabot-preview[bot] b38e195370
Bump source/prjxray from cb5f2a3 to ec5c38e
Bumps [source/prjxray](https://github.com/SymbiFlow/prjxray) from `cb5f2a3` to `ec5c38e`.
- [Release notes](https://github.com/SymbiFlow/prjxray/releases)
- [Commits](cb5f2a3063...ec5c38eab3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-30 05:33:56 +00:00
doxygen
source Bump source/prjxray from cb5f2a3 to ec5c38e 2021-04-30 05:33:56 +00:00
third_party Bump third_party/make-env from 0696632 to 59adb0f 2021-04-16 05:36:52 +00:00
.gitignore
.gitmodules
COPYING
environment.yml
Makefile
README.rst
readthedocs.yml
requirements.txt

===============
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``