installator should either be a path to a local project or a VCS url beginning with svn+, git+, hg+, or bzr+ [closed]
I am trying to local install through pip using the following command:
while positioned at the repository's root
pip3 install -e installator
and getting the following error:
installator should either be a path to a local project or a VCS url beginning with svn+, git+, hg+, or bzr+
can you kindly help me with this?
This does not appear to be ROS related. You appear to be having trouble with the installerator tool which is not on topic for ROS Answers.