An open API service indexing awesome lists of open source software.

https://github.com/dev-connor/rabbitmq

RabbitMQ 연습용 레포
https://github.com/dev-connor/rabbitmq

Last synced: 3 months ago
JSON representation

RabbitMQ 연습용 레포

Awesome Lists containing this project

README

        

## Run

1. 가상환경 생성
```bash
python -m venv venv
```

2. 가상환경 실행
```bash
source venv/bin/activate
```

3. 라이브러리 설치
```bash
python -m pip install -r requirements.txt
```

## ETC

라이브러리 관리
```bash
python -m pip freeze > requirements.txt
```