Installation¶
First, make sure you have Atomic Simulation Environment installed.
Next, clone the MAZE-sim repo with the git clone command.
$ git clone https://github.com/kul-group/MAZE-sim.git
Now install the package using pip, by typing the following commands:
cd MAZE-sim
pip install .
Finally, verify that the install was successful by running a python shell in your terminal and importing the MAZE package.
python
>>> import maze
>>> maze.Zeolite()
Zeolite(symbols='', pbc=False)