try icon indicating copy to clipboard operation
try copied to clipboard

Dead simple CLI tool to try Python packages - It's never been easier! :package:

Results 5 try issues
Sort by recently updated
recently updated
newest added

The package was using virtualenv as an unlisted dependency. I'm switching here to using `python -m venv` instead, which appears to be part of the standard library. Without this, `try`...

I tried try out, and I am pleasantly surprised how easy it works. But I noticed that when I use bash as shell, there is no common venv prefix you...

Hi, When I run `try` I get this error: ``` λ try requests ==> Use python python3.6 [*] Downloading packages: requests '.' is not recognized as an internal or external...

windows-support
help-wanted

Release `try` as a linux- and homebrew package: - [ ] linuxbrew package published - [ ] homebrew package published

help-wanted

Suggested feature: - It would be nice to have a flag or option to automatically import the `inspect()` function from `rich` (https://rich.readthedocs.io/en/latest/introduction.html#rich-inspect). Since this tool is a great way to...