-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Description
Is your feature request related to a problem? Please describe.
Hi, I successfully installed ’open-interpreter’ on Termux in Android after much troubleshooting and quite a few tries. It is now installed. But on my device, I am experiencing, 'Python dependency Hell' for quite a few packages. Fortunately, open-interpreter is no longer amongst them. In troubleshooting, I learnt of the importance of ’pipdeptree’, ’virtualenvwrapper’, ’venv’ and how to activate and deactivate virtual environments. I Intuit, some of these may be important for open interpreter in the Termux interactive commandline and in scripting and in getting code-interpreter to debug and iterate my code. I can't find any documentation or instructions for how to use open-interpreter in Termux, specifically. I want to know all the different ways that I can invoke scripts or snippets in Shell (Zsh, Bash and Fish) and Python scripts for code interpreter to comment on, and also, whatever else I can use code-interpreter for, apart from just chatting and coding. I ask open interpreter to explain how I use them, but they give me JavaScript instructions, that I don't understand. I wanted to offer my support, if you need anyone to help write or edit documentation. I would really like to help! I am so thankful for your project.
Describe the solution you'd like
Detailed, clear, Termux documentation. I am happy to work on and help with this.
Describe alternatives you've considered
I am yet to really know all of the features of code interpreter in Termux, so I can't really comment on this yet.
Additional context
I just need detailed documentation, and I am sure others will too!
Finally, I found the Termux section on the Open Interpreter website and executed: ’ interpreter — help’ but I couldn't find any listing of how to exit out of interactive mode. How do you do it?