bsdpy icon indicating copy to clipboard operation
bsdpy copied to clipboard

Linux single host - pip requirements.txt error

Open aovictor opened this issue 9 years ago • 1 comments

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?

aovictor avatar May 04 '16 20:05 aovictor

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.

bruienne avatar May 04 '16 21:05 bruienne