Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/musobarlab/yuhuu
- Owner: musobarlab
- Created: 2019-08-08T04:04:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T06:38:19.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T04:32:10.646Z (2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```