Skip to content

Commit fe00963

Browse files
authored
Update downloadRubi.md
After installation instructions add the sentence "Click on Using Rubi for instructions how to load and use Rubi integrate expressions."
1 parent 5ae6d53 commit fe00963

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

downloadRubi.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Start Mathematica and issue the **<font face="courier">PacletInstall</font>** co
2626
PacletInstall["https://rulebasedintegration.org/Rubi-4.16.1.0.paclet"]
2727
```
2828
This downloads the latest version of Rubi and installs it on your computer as a package in Mathematica's Paclets repository for packages.
29+
Click on [Using Rubi](https://rulebasedintegration.org/usingRubi.html) for instructions how to load and use Rubi to integrate expressions.
30+
2931
Use the command
3032

3133
```mma
@@ -42,6 +44,8 @@ PacletInstall[FileNameJoin[{path, "Rubi-4.16.1.0.paclet"}]
4244
```
4345
where **<font face="courier">path</font>** is the full path name of the Downloads directory on your computer.
4446
This installs the latest version of Rubi on your computer as a package in Mathematica's Paclets repository for packages.
47+
Click on [Using Rubi](https://rulebasedintegration.org/usingRubi.html) for instructions how to load and use Rubi to integrate expressions.
48+
4549
Use the command
4650
```mma
4751
First[PacletFind["Rubi"]]["Location"]
@@ -55,7 +59,8 @@ Click on [https://rulebasedintegration.org/Rubi-4.16.1.0.zip](https://rulebasedi
5559
```mma
5660
FileNameJoin[{$UserBaseDirectory, "Applications"}]
5761
```
58-
This installs the latest version of Rubi on your computer in Mathematica's Applications repository for packages.
62+
This installs the latest version of Rubi on your computer in Mathematica's Applications repository for packages.
63+
Click on [Using Rubi](https://rulebasedintegration.org/usingRubi.html) for instructions how to load and use Rubi to integrate expressions.
5964

6065

6166
# Instructions for Uninstalling Rubi

0 commit comments

Comments
 (0)