https://github.com/dmitryduev/pypride-dev
https://github.com/dmitryduev/pypride-dev
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmitryduev/pypride-dev
- Owner: dmitryduev
- Created: 2019-08-12T13:38:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T09:07:20.000Z (about 5 years ago)
- Last Synced: 2025-02-08T11:16:05.769Z (3 months ago)
- Language: Python
- Size: 22.4 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# pypride-dev
## Installation
```bash
pip install git+https://github.com/dmitryduev/pypride.git
```## build and run with `docker`
```bash
docker build --rm -t pypride:latest -f Dockerfile .
docker run -it --rm --name pypride pypride:latest
#docker run -it --rm --name pypride -v /path/to/data:/data pypride:latest
```