SMQTK icon indicating copy to clipboard operation
SMQTK copied to clipboard

Build documentation references requirements files that don't exist

Open fishcorn opened this issue 8 years ago • 1 comments

After cloning SMQTK, I'm not able to create a conda environment using either of the following commands:

conda create -n <env_name> --file requirements.conda.txt
pip install -r requirements.pip.txt

even though the documentation explicitly recommends them. Instead I could only run the following:

pip install -r requirements.txt

fishcorn avatar Feb 24 '17 15:02 fishcorn

There is currently a mismatch as to what readthedocs and the current documentation say. There has been a separate issue that has not floated up high enough yet that the readthedocs page is not building the currently documentation source automatically (or there is an error occurring that's preventing the build). Technically, if you build the docs locally, they should show the correct instructions involving the requirements.*.txt files.

Purg avatar Feb 24 '17 16:02 Purg