Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 297 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 297 Bytes

Paddle

Young and dynamic build system for Python.

Setup

To install Paddle you can execute the following curl command:

curl -s 'https://raw.githubusercontent.com/tanvd/paddle/master/scripts/install.sh' -o ./install.sh && chmod +x install.sh && ./install.sh && rm ./install.sh