Skip to main content

BlocksWorld is a tool for generating simple test images.

Project description

Copyright (c) 2018 Dan Petre

The MIT License (MIT)

About This Project

BlocksWorld is a tool for generating simple test images.

Core features

  • generate simple test images.

Supported platforms

  • Ubuntu 16.04, Python 3.5+

Might work on other configurations however at this time the focus will be on a single platform until the project matures a bit.

Build from source prerequisites

  • Python 3.5+

$ sudo apt install python3-pip
$ sudo apt install python3-setuptools
$ pip3 install wheel

Similarly, for those who like to experiment:

  • Python 2.7+

$ sudo apt install python-setuptools
$ sudo apt install python-pip
$ pip install wheel

Build wheel:

./build.sh.

Install locally built wheel:

$ pip install –user dist/*

or, if your pip doesn’t automatically use python3:

$ python3 -m pip install –user dist/*

Notice the use of the –user option. You can install system wide using sudo but the project is still in very early stages so installing as user can keep your system files clean(er).

Resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

blocksWorld-0.0.8-py2.py3-none-any.whl (7.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page