Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 846 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 846 Bytes

triton-ci

CI scripts designed to build a Pascal-compatible version of Triton.

I plan to publish this version of triton on PyPI as soon as the file size limit increase request is approved.

Install application that published on PyPI and depends on triton:

# Install triton
pip3 install --extra-index-url https://sasha0552.github.io/triton-ci/ <PACKAGE NAME>

Install triton before installing application:

# Install triton
pip3 install --extra-index-url https://sasha0552.github.io/triton-ci/ triton==<VERSION>

If application is already installed:

# Install triton
pip3 install --index-url https://sasha0552.github.io/triton-ci/ --force-reinstall --no-deps triton

Don't forget to activate the virtual environment (if necessary) before performing actions!