Skip to content

Commit

Permalink
update installation instructions
Browse files Browse the repository at this point in the history
Summary: follow up on comment from D48230718

Reviewed By: Balandat

Differential Revision: D48245744

fbshipit-source-id: 9d8d10d980e4f668b70afca92359327f63d74d16
  • Loading branch information
sdaulton authored and facebook-github-bot committed Aug 11, 2023
1 parent c413c08 commit 1cc89e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You need Python 3.9 or later to run Ax.

The required Python dependencies are:

* [botorch](https://www.botorch.org) >=0.1.3
* [botorch][def]
* jinja2
* pandas
* scipy
Expand Down Expand Up @@ -101,3 +101,6 @@ The above example limits the cloned directory size via the
[`--depth`](https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---depthltdepthgt)
argument to `git clone`. If you require the entire commit history you may remove this
argument.


[def]: https://www.botorch.org

0 comments on commit 1cc89e9

Please sign in to comment.