Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
YertleTurtleGit authored Apr 14, 2024
1 parent a6dab87 commit adc7fe4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/map_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
#- uses: actions/checkout@v2
- uses: actions/checkout@v2

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/map_pipeline_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
#- uses: actions/checkout@v2
- uses: actions/checkout@v2

- name: Install dependencies
run: |
Expand Down
17 changes: 6 additions & 11 deletions README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,18 @@
"# Quickstart"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"Just run the following in your CLI install all necessary packages on your machine, before you continue."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!git clone -q https://github.com/YertleTurtleGit/depth-from-normals.git\n",
"%cd depth-from-normals/\n",
"%pip install -q -r requirements.txt"
"import pathlib2 as pathlib\n",
"\n",
"if not (pathlib.Path('.git').is_dir() and pathlib.Path.cwd().name == \"depth-from-normals\"):\n",
" !git clone -q https://github.com/YertleTurtleGit/depth-from-normals.git\n",
" %cd depth-from-normals/\n",
" %pip install -q -r requirements.txt"
]
},
{
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pathlib2 >= 2.3.7.post1
numpy >= 1.22.2
opencv_contrib_python >= 4.5.5.62
scikit_image >= 0.19.2
Expand Down

0 comments on commit adc7fe4

Please sign in to comment.