https://github.com/yaml/pyyaml-build
https://github.com/yaml/pyyaml-build
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaml/pyyaml-build
- Owner: yaml
- Created: 2018-06-27T05:21:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T17:01:37.000Z (almost 8 years ago)
- Last Synced: 2025-10-30T00:40:15.533Z (8 months ago)
- Language: Batchfile
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
pyyaml-build
============
This repo builds PyYAML wheels for PyPI.
# Set Up
Requires:
* Python 2 with virtualenv
* Vagrant
* VirtualBox
# Usage:
First you need to start the VirtualBox GUI. Not sure why...
```
make bootstrap
make build
```