Metadata-Version: 2.1
Name: leuci-lib
Version: 1.0.11
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-lib Package

A Protein Structure Density Map Visualisation Library


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

# Then before you activate it add in this to the bottom of the Activate file as per above (this means you can add data to the SQLite database from a script):
set DJANGO_SETTINGS_MODULE=mysite.settings

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


