Please see the for the licensing and usage information for the TCGADownloader package.
Generally, we have licensed the TCGADownloader package to make it as widely usable as possible.
TCGADownloader is built on top of the following existing Python packages:
- requests
- numpy
- pandas
requests can be installed via pip:
pip install requests
pip install numpy
pip install pandas
Once the prerequisites are installed, you should be able to install TCGADownloader with a pip command:
Add folder TCGADownloader/TCGADownloader to your python PATH variable
See test.py