Skip to content

Commit

Permalink
Added comment of needed packages for users and purpose of the script
Browse files Browse the repository at this point in the history
  • Loading branch information
brigit-parrish committed Dec 18, 2023
1 parent eb4a27f commit 3ea6ce8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/biomodels_cache.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3ea6ce8

Please sign in to comment.