Skip to content

The COMP1010 metapackage, used to specify dependencies required for UNSW's COMP1010 course.

License

Notifications You must be signed in to change notification settings

COMP1010UNSW/metapackage

Repository files navigation

COMP1010 Metapackage

The COMP1010 metapackage, used to specify dependencies required for UNSW's COMP1010 course.

Installing

Windows, Linux

pip install comp1010

MacOS

pip3 install --user comp1010

Troubleshooting

If you get an error warning that your Python version is unsupported, you may need to install a newer version of Python.

On Windows and MacOS, you can download the latest version from https://python.org/downloads, and on Linux, you should install it using your system package manager.