Skip to main content

Stellenbosch University Python 3 code for 2024 CS144 semester project.

Project description

SU project libs for Python 3 for CS144

su-cs144-projectlibs is a support library for 2024 CS114 semester project conducted in computer science department at Stellenbosch University.

Installation

This library requires a functioning Python 3 environment.

With pip

For Python versions 3.8 - 3.10, due to compatability infeasibilities, the current safest option is to install most requirements manually before installing this package.

python3 -m pip --upgrade pip
python3 -m pip --upgrade wheel
python3 -m pip --upgrade setuptools

After the above commands execute sucessfully, install su-cs144-projectlibs simply with

python3 -m pip install --upgrade su-cs144-projectlibs

To test that you have installed the library correctly, run this command:

python3 -c 'from compass import Compass; c = Compass(2, 2, 4); print(c.get_next_trajectory())'

This should print a tuple where the first element is a float and the second an integer.

Contributors

  • Dylan Callaghan
  • Marcel Dunaiski

License

This project is licensed. See the LICENSE file for details.

Project details


Download files

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

Source Distribution

su_cs144_projectlibs-0.0.1.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

su_cs144_projectlibs-0.0.1-py3-none-any.whl (4.2 kB view hashes)

Uploaded 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