Skip to content

Commit e28a948

Browse files
Minor changes to bskLargeData docs
1 parent 6cb6b83 commit e28a948

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/source/Install/pipInstall.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The main benefit of this approach will come in the future, when a set of pre-com
6666
allowing most users to easily ``pip install Basilisk`` without compilation, in the same way that packages like
6767
``numpy``, ``scipy``, and ``pandas`` are available.
6868

69-
To keep the wheel size smaller, the large BSK data files are not installed by default. If the user
69+
To keep the wheel size smaller, the BSK data files are not installed by default. If the user
7070
wants to use script that assumes they are included into the Basilisk python package, then go to the
7171
command line, change the current directory to be inside the environment where Basilisk was ``pip`` installed,
7272
and run the command::
@@ -76,8 +76,7 @@ and run the command::
7676
This command runs a python file stored in the ``src/utilities`` folder.
7777
The ``pip install`` process automatically
7878
creates this console command in the current python environment to call this python file. The file
79-
directly downloads the missing large BSK data files and put them into the local Basilisk python
80-
package installation.
79+
directly downloads the missing BSK data files and put them into a local pooch cache.
8180

8281
.. note::
8382

0 commit comments

Comments
 (0)