Upload README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,11 @@ Developed by: Harsha Marupudi, M.Eng., Joseph Manus B.S., Bahaa Ghammraoui, Ph.D
|
|
18 |
|
19 |
For more information please contact: **[[email protected]](mailto:[email protected]) or [[email protected]](mailto:[email protected])** (for issues with the toolbox).
|
20 |
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
## Installation
|
23 |
Both containerized and python package for the toolbox are availabe. Apptainer (https://apptainer.org/) is used for containerization process. The container package is developed for Unix based system. It is not readily available for Windows (can be used with VM). This section will help you to install the packages needed for PyBDC.
|
|
|
18 |
|
19 |
For more information please contact: **[[email protected]](mailto:[email protected]) or [[email protected]](mailto:[email protected])** (for issues with the toolbox).
|
20 |
|
21 |
+
## Downloading the Files
|
22 |
+
To resolve any issues while cloning HuggingFace repository, you can follow the instructions on [https://huggingface.co/docs/hub/en/repositories-getting-started](Getting Started with Repositories) and install [https://git-lfs.com/](Git LFS). Then, You can use [https://huggingface.co/docs/hub/en/security-tokens](User Access Tokens) (Read permission) and clone the respository with:
|
23 |
+
```
|
24 |
+
git clone https://{HUGGINGFACE_USERNAME}:{USER_ACCESS_TOKEN}@huggingface.co/didsr/PyBDC-Container
|
25 |
+
```
|
26 |
|
27 |
## Installation
|
28 |
Both containerized and python package for the toolbox are availabe. Apptainer (https://apptainer.org/) is used for containerization process. The container package is developed for Unix based system. It is not readily available for Windows (can be used with VM). This section will help you to install the packages needed for PyBDC.
|