Skip to content

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

License

Notifications You must be signed in to change notification settings

sasha0552/triton-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages