bsdpy
bsdpy copied to clipboard
Linux single host - pip requirements.txt error
Trying to install from Linux Single Host instructions but when i get to the following line:
sudo pip install -r requirements.txt
The return is:
Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
I do not see a requirements.txt anywhere in the git repo.
Perhaps, I am not understanding though. Any Advice?
You'll want to use the api branch instead of master, it has the required file and is the most up to date version available. The Docker image already incorporates this branch, I will update the documentation to reflect this as well.