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

https://github.com/oeway/leap-comm


https://github.com/oeway/leap-comm

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Installation
```
conda create -n leap-comm python=3.8 -y

pip install -r requirements.txt
```

# Usage
## Start the server

```
conda activate leap-comm
python start-server.py
```
In another terminal, run the client:
```
conda activate leap-comm
python client-test.py
```