National Renewable Energy Laboratory's (NREL's) Renewable Energy Potential(V) eXchange Tool: reVX
Project description
Renewable Energy Potential(V) eXchange Tool: reVX
reVX command line tools
Using Eagle Module
If you would like to run reV on Eagle (NREL’s HPC) you can use a pre-compiled module:
module use /shared-projects/rev/modulefiles
module load reVX
Installing reVX
Option 1: PIP Install (recommended for analysts):
- Create a new environment:
conda create --name revx python=3.7
- Activate directory:
conda activate revx
- Install reV which is a required dependency:
pip install git+ssh://git@github.com/NREL/reV.git or pip install git+https://github.com/NREL/reV.git
- Install reVX:
pip install git+ssh://git@github.com/NREL/reVX.git or pip install git+https://github.com/NREL/reVX.git
Option 2: Clone repo (recommended for developers)
- from home dir, git clone https://github.com/NREL/reVX.git
enter github username
enter github password
- Install reVX environment and modules (using conda)
cd into reVX repo cloned above
cd into bin/$OS/
- run the command: conda env create -f revx.yml. If conda can’t find
any packages, try removing them from the yml file.
run the command: conda activate revx
- prior to running pip below, make sure branch is correct (install
from master!)
cd back to the reVX repo (where setup.py is located)
install pre-commit: pre-commit install
- run pip install . (or pip install -e . if running a dev branch
or working on the source code)
- from home dir, git clone https://github.com/NREL/reV.git
enter github username
enter github password
- Install reV environment and modules (using conda)
cd into reV repo cloned above
- prior to running pip below, make sure branch is correct (install
from master!)
cd back to the reV repo (where setup.py is located)
install pre-commit: pre-commit install
- run pip install . (or pip install -e . if running a dev branch
or working on the source code)
- Check that rev was installed successfully
- From any directory, run the following commands. This should return the
help pages for the CLI’s. - reVX
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for NREL_reVX-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84022bba63f767a033edc64f2b1d8c9899e8eb682f81e3975fde901432b47dda |
|
MD5 | c950d519b23e1a7d6293c56b9a1cee1d |
|
BLAKE2b-256 | f7a5d6968686fb4b7c3a1efce737021b4b6cc8808b926a24bbe88debd0c77421 |