<!-- Hi! Thanks for submitting issue. We are happy that you are using Kibble. Please follow below steps when submitting the issue. Check our other issues -- maybe similar issue is already reported. Thank you and have a nice day! Kibble team --> **Description:** In document https://apache-kibble.readthedocs.io/en/latest/setup.html#installing-the-server, a step is mentioned for installing the server. "pip install -r setup/requirements.txt", but after cloning the code, I couldn't file the requirements.txt file. **Reproduction steps:** 1. Execute the commands: git clone https://github.com/apache/kibble.git /var/www/kibble cd /var/www/kibble pip install -r setup/requirements.txt **Actual result:** No setup/requirements.txt is found **OS:** Ubuntu 18.04.5 LTS **Logs:** NA **Other:** NA
Description:
In document https://apache-kibble.readthedocs.io/en/latest/setup.html#installing-the-server, a step is mentioned for installing the server.
"pip install -r setup/requirements.txt", but after cloning the code, I couldn't file the requirements.txt file.
Reproduction steps:
git clone https://github.com/apache/kibble.git /var/www/kibble
cd /var/www/kibble
pip install -r setup/requirements.txt
Actual result:
No setup/requirements.txt is found
OS:
Ubuntu 18.04.5 LTS
Logs:
NA
Other:
NA