• Language: en

Install PoPy

Downloading PoPy

First, download the latest binary from:-

https://product.popypkpd.com/releases/

To access the url above you need to Obtain a website account for the PoPy product site, then login using your email address and a password.

We currently provide a 64bit version of PoPy for Windows 7/8/10. The download file is approximately 250Mb which will take around 5 minutes to download using a broadband connection.

Note

If you have a previous version of PoPy installed, please Uninstall PoPy before installing the new version.

Installing PoPy

Double-click on the PoPy installer:-

popy-1.0.1-64bit-installer.exe

The installer places the software in a subdirectory called ‘PoPy’. We recommend PoPy is installed in the root directory of the main drive, typically:-

c:\PoPy

A local user typically has write access to the c:\ drive but not to c:\Program Files unless the user is an administrator.

The installer will uncompress the PoPy files, just click on the .exe installer and follow the prompts. You will need approx 1.5Gb of disk space, and the install time may take 5 minutes or so depending on the speed of your computer.

The installer also creates a desktop shortcut and Windows start menu shortcut under the name ‘PoPy’, for the current user only.

The installer makes no changes to the Windows registry and does not require admin rights.

Multi User Installation

The installer sets up PoPy for the current user only. To share a PoPy installation with another user, simply add the PoPy directory to their system path, so they can access the ‘popy_env.bat’ batch file. Windows start menu shortcuts can also be created manually, if desired.

Checking your new PoPy Installation

PoPy runs from the command line, typically called command prompt under Windows 7-9 or PowerShell under Windows 10. To access PoPy commands in the current command prompt, type:-

$ popy_env

This scripts sets up the environment variables so you can access PoPy commands. See Open a PoPy Command Prompt.

To verify that PoPy is installed, execute the command:-

$ popy_info

If PoPy has successfully installed, output similar to that below will appear, providing detailed information on the installation:-

INFO - In a PoPy Binary environment
INFO - popy_flavour=binary
INFO - popy_python_path=C:\PoPy\
INFO - popy_release=1.0.0
INFO - popy_version=academic
INFO - python_version=3.5.1
INFO - windows_version=('10', '10.0.17134', 'SP0', 'Multiprocessor Free')
INFO - machine_name=saruman
INFO - product_key=None
The product is running in trial mode
trial days remaining=3
INFO - should_run=True

The output above will vary depending on the PoPy Activation status of PoPy.

If you want to run more rigorous tests then see Validate PoPy.

Troubleshooting

If you have any problems with this installation process, and cannot find the answer on the Troubleshooting page, then email us at info@popypkpd.com.

First Steps after Install

Congratulations, you have installed PoPy on your machine and can now begin to use this powerful population modelling software immediately.

To setup tabs correctly on your editor see Configure Editor.

See Fitting a Simple PopPK Model using PoPy for a walk through of a simple fitting example.

Back to Top