try
try copied to clipboard
Dead simple CLI tool to try Python packages - It's never been easier! :package:
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...
Release `try` as a linux- and homebrew package: - [ ] linuxbrew package published - [ ] homebrew package published
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...