From 3ea6ce85049f8cbad113165f90fb0f80ea73af23 Mon Sep 17 00:00:00 2001 From: Brigit Date: Sun, 17 Dec 2023 21:14:17 -0800 Subject: [PATCH] Added comment of needed packages for users and purpose of the script --- src/biomodels_cache.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/biomodels_cache.py b/src/biomodels_cache.py index b18e3a1..1df2325 100644 --- a/src/biomodels_cache.py +++ b/src/biomodels_cache.py @@ -1,3 +1,9 @@ +# Fetches BioModels that can be cached to enhance speed of searches though BioModels for +# Sys-Bio Projects + +# Install following package: +# pip install biomodels_restful_api_client + import json from biomodels_restful_api_client import services as bmservices import re