Installation¶
PyJEM supports Anaconda or Miniconda environments.
Install Miniconda¶
For users experienced with Python, the recommended way to install PyJEM with Miniconda. Miniconda provides a very compact development environment using python. You can create a virtual environment on Miniconda. therefore, if you can download a recomend virtual environment file from Forum, you can easiest make a recommendate virtual environment.
Create vjem¶
vjem is a recommendate virtual python environment. PyJEM supports multiple python versions, so please download the environment you wish to use from Forum.
Example: create vjem38¶
1. Open the Forum page. Click the vjem38.yml link.¶
2. Download the yml file¶
3. Execute the following on the command line¶
conda create -f vjem_yml
※ vjem_yml is yml file’s absolute path that has downloaded.
4. Confirm the vjem has been created.¶
> conda activate vjem38
(vjem38) >
If there is no error in activate, the environment has been successfully built.
Install PyJEM¶
It is installer to upgrade/downgrade the PyJEM library. please download the PyJEM.zip from the Forum.
1. Select the python virtual environment name to install the PyJEM library in the combo-box.¶
※ If the virtual environment name don’t exist in box-list, please input the virtual environment name.
2. Select to install the PyJEM.zip¶
Select “Default” ⇒ install the PyJEM library configured in the installer.
Select 「・・・」button ⇒ It is able to install the downloaded PyJEM library. please select the download file path.
3. Click the install button¶
When click the “Install” button, start the install method and output the install process message.