Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,19 @@ BANZAI can be installed using pip, by running from the top-level directory conta

Note that `pip>=19.3.1` is required to build and install BANZAI.

To run banzai using jupyter notebooks or any other anacode application, you must install banzai from the anaconda terminal using the same procedure.

.. code-block:: bash

pip install .

This will automatically install the dependencies from PyPi, so it is recommended to install
BANZAI in a virtual environment.

If the error `ERROR: Could not build wheels for banzai, which is required to install pyproject.toml-based projects` comes up, on Windows you need to download Microsoft Visual C++ 14.0 or greater.

You may also need to install lcogt_logging, as it is a separate module. This can be done by running `pip3 install lcogt_logging`

Usage
-----
BANZAI has a variety of console entry points:
Expand Down