How to Install#
To use the release version, simply install from PyPI using pip:
pip install elecboltz
To install from source, clone the repository into a directory of your choice:
git clone https://github.com/slhshamloo/boltzmann-conductivity.git directory_name
Then, use pip to install the package from the cloned directory:
cd directory_name
pip install .