Logo


Home
Biophysical Motivation
SpringSalad
Installation
Quick Start Jupyter Notebook
Tutorial: SpringSaLaD simulation
Tutorial: SpringSaLaD results analysis
Quick Start command line
Publications
About

Quickstart Guide for command line Python

Use SpringSaLaDpy, not springsaladpy!!!

pip install SpringSaLaDpy
python analysis.py

or

python simulate.py

Due to the system configuration, in some cases, you may need to type

python3 ....py

Terminal Output and Results

The outputed results will be found in … There are the following outputs:

Locating Package Through Command Line

If you need to find the location of the package

import SpringSaLaDpy
print(SpringSaLaDpy.__file__)

This will output a path to the package that will look something like this

/usr/local/lib/python3.10/site-packages/SpringSaLaDpy/__init__.py