Installation¶
Requirements¶
Python >= 3.6pipvenv (recommended)RabbitMQ ServerRedis Server
Production¶
$ pip install drups
Development¶
Clone the repository:
git clone git@github.com:drupsio/engine.gitGo to the project directory:
cd engineInstall pip dependencies:
pip install -r requirements/dev.txt