Skip to content
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

Documentation: additional infos to run on Windows #39

Closed
AxelBL opened this issue Oct 19, 2023 · 1 comment
Closed

Documentation: additional infos to run on Windows #39

AxelBL opened this issue Oct 19, 2023 · 1 comment

Comments

@AxelBL
Copy link

AxelBL commented Oct 19, 2023

I'd suggest the following updates to the documentation:

Add your OpenAI API key to your environment:

  • on Linux/Mac: export OPENAI_API_KEY=YOUR_API_KEY
  • on Windows: setx OpenAI_API_KEY = YOUR_API_KEY

"Use MemGPT to talk to your Database:"

  • on Linux/Mac: pip install readline
  • on Windows: pip install pyreadline
    (or add to requirements.txt)
@cpacker
Copy link
Owner

cpacker commented Oct 19, 2023

Thank you! Information added to the README: https://github.com/cpacker/MemGPT/blob/main/README.md#running-memgpt-locally

If there are any mistakes or you think the information could be reworded / reorganized to make it more clear, feel free to re-open this issue or create PR with the README edits directly.

@cpacker cpacker closed this as completed Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants