Spaces:
Sleeping
Sleeping
Dean
commited on
Commit
·
13584d1
1
Parent(s):
68475c1
Update 'README.md'
Browse files
README.md
CHANGED
|
@@ -25,6 +25,10 @@ In order to edit code files, you must save the notebook to your drive. You can d
|
|
| 25 |
This notebook is also a part of this project, in case it needs modification, in the `Notebooks` folder. You should not commit your version unless your contribution is an improvement to the environment.
|
| 26 |
|
| 27 |
#### Local
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
* Create a virtual environment or Conda environment and activate it
|
| 29 |
```bash
|
| 30 |
# Create the virtual environment
|
|
@@ -60,7 +64,7 @@ This notebook is also a part of this project, in case it needs modification, in
|
|
| 60 |
* Push your code to DAGsHub, and your dvc managed files to your dvc remote. To setup a dvc remote please refer to [this guide](https://dagshub.com/docs/getting-started/set-up-remote-storage-for-data-and-models/).
|
| 61 |
|
| 62 |
#### Docker
|
| 63 |
-
*
|
| 64 |
```bash
|
| 65 |
$ git clone https://dagshub.com/<your-dagshub-username>/SavtaDepth.git
|
| 66 |
```
|
|
|
|
| 25 |
This notebook is also a part of this project, in case it needs modification, in the `Notebooks` folder. You should not commit your version unless your contribution is an improvement to the environment.
|
| 26 |
|
| 27 |
#### Local
|
| 28 |
+
* Clone the repository you just forked by typing the following command in your terminal:
|
| 29 |
+
```bash
|
| 30 |
+
$ git clone https://dagshub.com/<your-dagshub-username>/SavtaDepth.git
|
| 31 |
+
```
|
| 32 |
* Create a virtual environment or Conda environment and activate it
|
| 33 |
```bash
|
| 34 |
# Create the virtual environment
|
|
|
|
| 64 |
* Push your code to DAGsHub, and your dvc managed files to your dvc remote. To setup a dvc remote please refer to [this guide](https://dagshub.com/docs/getting-started/set-up-remote-storage-for-data-and-models/).
|
| 65 |
|
| 66 |
#### Docker
|
| 67 |
+
* Clone the repository you just forked by typing the following command in your terminal:
|
| 68 |
```bash
|
| 69 |
$ git clone https://dagshub.com/<your-dagshub-username>/SavtaDepth.git
|
| 70 |
```
|