cheran-senthil / TLE

🤖 Discord Bot for Competitive Programming
https://discordapp.com/invite/2CJ6qvY
MIT License
318 stars 202 forks source link

Add a way to install files using Pip #519

Closed E-M-Bailey closed 8 months ago

E-M-Bailey commented 8 months ago

fixes #518

This adds a new run script, run-pip.sh, which uses Pip instead of Poetry to install dependencies. It also modifies the README with appropriate instructions.

algmyr commented 8 months ago

I guess I could make that change myself in a follow-up.

E-M-Bailey commented 8 months ago

Sorry, I missed your original response. I'm happy to try making the changes myself sometime this weekend, although I don't have a good way of testing the non-Pip version.

algmyr commented 8 months ago

Sorry, I missed your original response. I'm happy to try making the changes myself sometime this weekend, although I don't have a good way of testing the non-Pip version.

No worries, I made the changes already in #520. You'll have to make a change locally to add an environment variable but that should be about it. :)