Installing the necessary Python packages

For development, the minimum required packages to install are described in the following files (located in the root directory of Redash):

  • requirements.txt
  • requirements_dev.txt

You can install them using pip:

pip install -r requirements.txt -r requirements_dev.txt
In case Redash is not the only Python app on your development station, it's recommended that you use an environment manager such as conda or virtualenv when installing Python packages.

The basic requirement files do not include all the data sources and their dependencies. Additional dependencies for data sources are located and installed from the requirements_all_ds.txt file, and Oracle-specific requirements are in requirements_oracle_ds.txtfile. 

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset