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

Document manual pharmr installation #141

Open
rikardn opened this issue May 16, 2023 · 0 comments
Open

Document manual pharmr installation #141

rikardn opened this issue May 16, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@rikardn
Copy link
Contributor

rikardn commented May 16, 2023

Document manual pharmr installation on webpage or pharmr README:

  1. Choose if you want to use conda or pip/venv (base python packages) (what follows is for the second option)
  2. If pip/venv install Python. I would recommend winpython for Windows. They have some nice minimal installers.
  3. Setup a virtual environment. For example using python -m venv myvenvdirectory
  4. In the command line activate the environment: Scripts\activate.bat
  5. In the same command line window: pip install pharmpy-core
  6. Change the setting in rstudio (under options/Python) to point to the newly created venv.
  7. You can use reticulate::py_discover_config() to check that everything is setup correctly
@rikardn rikardn added the documentation Improvements or additions to documentation label May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant