https://github.com/ivotron/popper-tutorial
https://github.com/ivotron/popper-tutorial
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivotron/popper-tutorial
- Owner: ivotron
- Created: 2018-10-19T21:07:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T22:11:10.000Z (over 7 years ago)
- Last Synced: 2025-01-26T08:13:02.041Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mypaper
This repository contains [Popper](https://github.com/systemslab/popper)
pipelines. To show a list of available pipelines using the
[`popper` CLI tool](https://github.com/systemslab/popper):
```bash
cd mypaper
popper ls
```
to execute one of the pipelines:
```bash
popper run
```
where `` is one of the pipelines in the repository.
For more on what other information from this repository is available,
you can run:
```bash
popper --help
```