trying to install wordfence cli on a whm server as root user
pip3 install -r wordfence
WARNING: Running pip install with root privileges is generally not a good idea. Try pip3 install --user
instead.
Could not open requirements file: [Errno 2] No such file or directory: ‘wordfence’
I keep getting the above error not sure how to install or resolve the above? How can I install wordfence cli? This is cloudlinux os. However I would also like to know how to install on Alma linux if possible as well.