Skip to content

mlcommons/ck-venv

Repository files navigation

Virtual CK environment

compatibility automation

This CK repository provides automation for virtual environments on Linux and Windows.

License

Apache 2.0

Installation

Install CK framework

Install CK framework and prerequisites as descrbied in this guide.

In most cases, you can install ck using pip as follows:

pip install ck

or

python3 -m pip install ck

or

pip3 install ck --user

Install virtualenv

pip3 install virtualenv

Pull this repository via CK

ck pull repo:mlcommons@ck-venv

If you use Windows, you need to pull an extra repository:

ck pull repo:ck-win

Update all CK repositories

You can update all CK repositories from time to time using the following command:

ck pull all

Usage

Problems

Don't hesitate to report issues or submit feature requests here.

Motivation