PyJAMAS is Just A More Awesome SIESTA
Project description
PyJAMAS
PyJAMAS is Just A More Awesome Siesta.
Documentation
You can find the official PyJAMAS documentation here.
Installing PyJAMAS
The easiest way to install PyJAMAS is using PyPi.
A note on the Python interpreter
PyJAMAS requires that you have Python installed.
PyJAMAS has been extensively tested with Python 3.7 and 3.8.
PyJAMAS does NOT work with Python 2.
MacOS and Linux
Open a terminal. If you had previously installed PyJAMAS, we recommend uninstalling the previous version:
To install PyJAMAS, type:
python3 -m pip install --no-cache-dir -U pyjamas-rfglab
To run PyJAMAS, type:
pyjamas
at the user prompt.
If the executable fails to run, you can also try to execute PyJAMAS by opening a terminal and typing:
python3 -m pyjamas.pjscore
Windows
Before installing PyJAMAS, you will need to install Shapely, a package used in PyJAMAS to represent geometric objects such as points or polygons. Under Windows, Shapely fails to install with the PyJAMAS PyPi package. It is recommended to start by manually installing Shapely. To that end, download the appropriate Shapely version from this link. For example, use Shapely‑1.6.4.post2‑cp37‑cp37m‑win_amd64.whl for a 64-bit machine running Python 3.7. Open a command prompt and navigate to the folder that contains the downloaded .whl file using the cd command. Complete the installation of Shapely by typing:
python -m pip install Shapely‑1.6.4.post2‑cp37‑cp37m‑win_amd64.whl
substituting the downloaded file name.
Once Shapely, has been set up, you can proceed with a regular PyPi installation of PyJAMAS. Open a command prompt and type:
python -m pip install --no-cache-dir -U pyjamas-rfglab
To run PyJAMAS type:
pyjamas
at the user prompt.
If the executable fails to run, you can also try to execute PyJAMAS by opening a command prompt and typing:
python -m pyjamas.pjscore
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for pyjamas_rfglab-2021.6.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75c1a0626432987c86c301e6cc428b081ac2055daf4132ba16bc42f3a48a5932 |
|
MD5 | c9183d845748375a9c7488dbb49b43d8 |
|
BLAKE2b-256 | 805ba09d42e26aea6d4d08528d5ce79ec4f18229bab2819d451f9ddc35b1f4ec |