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
Built Distribution
Hashes for su_cs144_projectlibs-0.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c09cc0016cc5e80e6968032b3e8e27260a0b1eb6079426ee8d2cac88f40a8d17 |
|
MD5 | 5629e5aaf13d0beeeeaf30362ee95751 |
|
BLAKE2b-256 | ad7399c577b2abeed954421964f4fdfdee9cb9bc7042a69cce557b446e4056f0 |
Hashes for su_cs144_projectlibs-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8b9a208b4e9e08534c352dc7e18c11c62290a4be16c289d7193e2851641a488 |
|
MD5 | 44e786370913549f45a633125c1805dc |
|
BLAKE2b-256 | 7750d751d6e218b4ce2eb1e8d1df9540654c97e5f6137f364127b5147d4e2313 |