Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexbuccheri/exgw

GW Workflows for exciting
https://github.com/alexbuccheri/exgw

Last synced: about 1 month ago
JSON representation

GW Workflows for exciting

Awesome Lists containing this project

README

        

# (ex)citing(gw) Package for Automating exciting GW Calculations

## Installation

Create a venv:
```bash
mkdir venv && cd venv
python3 -m venv exgw
source exgw/bin/activate
```

With the venv activated, from the repo type:
```bash
pip3 install -e .
```