mirror of
https://github.com/chipsalliance/f4pga.git
synced 2025-01-03 03:43:37 -05:00
243cc590ff
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
10 lines
409 B
ReStructuredText
10 lines
409 B
ReStructuredText
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``
|