Skip to content

Example Code

JoostFWMaas edited this page May 28, 2026 · 13 revisions

Examples will be listed here

  1. How to install
  2. Footprint generation
  3. How to run a simulation, with examples of the various modes
  4. ...

How to install

We recommend Pycharm (you can get professional for free with an academic email address) or Visual Studio Code if you are new to Python.

The easiest way to install adsorpy is via

pip install adsorpy

You can download a specific version by setting

pip install adsorpy==[version number]

but we recommend using the latest (stable) version. Upgrading can be done via

pip install -U adsorpy

Clone this wiki locally