An open API service indexing awesome lists of open source software.

https://github.com/yaml/pyyaml-build


https://github.com/yaml/pyyaml-build

Last synced: 3 months ago
JSON representation

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
```