Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 767 Bytes

INSTALL.rst

File metadata and controls

34 lines (18 loc) · 767 Bytes

Installation

To install storm-core, please follow the instructions in the sections below. The choice of these sections should be made according to your needs and goals when using the tool.

Development Installation - GitHub

To develop the bdcrrm-api, use the commands below:

Clone the Software Repository:

git clone https://github.com/storm-platform/storm-core.git

Go to the source code folder:

cd storm-core

Install in development mode:

pip3 install -e .[all]

Run the tests:

./run-test.sh