Installation ============ .. code-block:: bash :linenos: git clone https://github.com/IBM/NL-FM-Toolkit.git cd NL-FM-Toolkit conda create -n NLPWorkSpace python==3.9.0 conda activate NLPWorkSpace pip install -r requirements.txt And you are ready to go! Take a look at the [quickstart](quickstart) to familiarize yourself with the main training workflow.