Skip to content

husnuguner/rabbitmq-example

Repository files navigation

Installations

All the below commands should be executed in the root directory of the project.

RabbitMQ Installation with Docker

docker-compose up -d
# or
docker-compose -f docker-compose.yml up -d

Python Environment Installation

Install Virtualenv

pip install virtualenv

Check Virtualenv Version

virtualenv --version

Create Virtualenv

virtualenv venv

Activate Virtualenv

venv\Scripts\activate

Install Requirements

pip install -r requirements.txt

Install Project

pip install -e . 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages