Skip to content
Snippets Groups Projects
Commit cdf21878 authored by Erik Reid's avatar Erik Reid
Browse files

added some local setup instructions

parent 82db5513
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,35 @@ Quick Start ...@@ -9,6 +9,35 @@ Quick Start
*This is a quick setup guide for running *This is a quick setup guide for running
standalone on your local machine* standalone on your local machine*
Install the Module
--------------------
*one of these should be what you're looking for:*
* just install the latest module snapshot
.. code-block::
python3 -m venv my-venv-directory
. my-venv-directory/bin/activate
pip install --pre --extra-index-url https://artifactory.software.geant.org/artifactory/api/pypi/geant-swd-pypi/simple nat-resource-manager
* install the source code
.. code-block::
python3 -m venv my-venv-directory
. my-venv-directory/bin/activate
git clone https://gitlab.geant.org/goat/resource-management.git
cd resource-management
pip install -e .
# for a full dev environment
pip install -r requirements.txt
Create a Local Database Create a Local Database
-------------------------- --------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment