Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tetsuo-cpp/slides
A collection of slides that I'll be using for my presentations
https://github.com/tetsuo-cpp/slides
Last synced: 16 days ago
JSON representation
A collection of slides that I'll be using for my presentations
- Host: GitHub
- URL: https://github.com/tetsuo-cpp/slides
- Owner: tetsuo-cpp
- Created: 2020-12-06T10:56:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T12:30:19.000Z (about 4 years ago)
- Last Synced: 2024-12-19T06:42:32.527Z (about 1 month ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slides
This repository contains a collection of slides that I'll be using for my presentations.
All of these slides will be using the `present` tool that can be found [here](https://github.com/vinayak-mehta/present).
## Usage
Create a virtual environment with the `present` program installed.
```
$ virtualenv -p python3 .ve/
$ source .ve/bin/activate
$ pip install -r requirements.txt
```Run a set of slides.
```
$ present
```