Metadata-Version: 2.1
Name: leuci-map
Version: 0.1.8
Summary: density maps library
Home-page: https://github.com/pypa/sampleproject
Author: Rachel Alcraft
Author-email: rachelalcraft@gmail.com
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# leuci-map Package

A Protein Structure Density Map Visualisation Library


# Some instructions
### Activate/install virtual environment
```
python3 -m venv .venv

source ./.venv/bin/activate
(deactivate)
```
### Install the requirements
```
pip install -r requirements.txt
```


