Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/musobarlab/yuhuu

Start and Stop process using Python (Multiprocessing) and Flask
https://github.com/musobarlab/yuhuu

Last synced: 8 days ago
JSON representation

Start and Stop process using Python (Multiprocessing) and Flask

Awesome Lists containing this project

README

        

# Start and Stop process using Python (Multiprocessing) and Flask

### Getting started
- create virtual env
```shell
$ virtualenv env -p python3 --no-site-packages
```
- activate virtual env
```shell
$ source env/bin/activate
```

- deactivate virtual env
```shell
$ deactivate
```

- install dependencies
```shell
$ pip install -r requirements.txt
$ pip freeze > requirements.txt
```

- run
```shell
$ python main.py
```