Ted NuGet (Testing External Dependencies in NuGet) performs open sources checks against a NuGet packages.config file.
You may want to create a virtual environment to install dependencies by following the below process:
$ py -m venv env
$ .\env\Scripts\activate
$ pip install -r requirements.txt
$ python3 -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt
Once dependencies have been installed, you can run it as a Python3 script.
$ python3 ted.py [options] <path>
$ py ted.py [options] <path>
For help use "-h" flag.
- Jon Hood (squinky86)
- crook3dfingers