Skip to content

Commit

Permalink
Missed updating these two files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycedowell committed Nov 11, 2024
1 parent 71e8fe0 commit e2c1360
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BifrostDemo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"# @title Install C++ deps\n",
"%%shell\n",
"\n",
"sudo apt-get -qq install exuberant-ctags libopenblas-dev software-properties-common build-essential"
"sudo apt-get -qq install universal-ctags libopenblas-dev software-properties-common build-essential"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/source/Getting-started-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ has been tested against.
Other Dependencies
^^^^^^^^^^^^^^^^^^

- exuberant-ctags
- universal-ctags
- Basic build tools (make, gcc, etc.)

On Ubuntu, the following command should grab everything you need:
``sudo apt-get install build-essential software-properties-common exuberant-ctags``
``sudo apt-get install build-essential software-properties-common universal-ctags``

Bifrost install
~~~~~~~~~~~~~~~
Expand Down

0 comments on commit e2c1360

Please sign in to comment.