-
Notifications
You must be signed in to change notification settings - Fork 29
Access CLI From globally remote or local machine #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You should definitely check out PyPi then |
@Jighdan Can you specify it in few steps for such CLI's? I just want to be able to use the app globally in my local computer without publishing. |
@tanmayc07 So if you follow the file structure from this repo, just: $ cd YOUR-PROJECT
$ pip install -e . Once you do that you should be able to call your project from anywhere in the command line. |
Ohh thanks for the immediate reply @Jighdan 😁!! |
@tanmayc07 Of course! Let me know how it goes :-) |
Worked perfectly! @Jighdan |
Discussion about CLI feature
The text was updated successfully, but these errors were encountered: