From efd4104a191b61dbccf522073ecdf33e9f5c5d65 Mon Sep 17 00:00:00 2001 From: HuanWeng Date: Thu, 30 Aug 2018 02:08:52 -0500 Subject: [PATCH] Rewrite README's --- packages/Mathematica/README.md | 80 ++++++++++++++++++++++++---------- packages/Matlab/README.md | 50 +++++++++++++++------ packages/Python/README.md | 53 ++++++++++++++++++++-- 3 files changed, 142 insertions(+), 41 deletions(-) diff --git a/packages/Mathematica/README.md b/packages/Mathematica/README.md index eb4532b..709e145 100644 --- a/packages/Mathematica/README.md +++ b/packages/Mathematica/README.md @@ -4,29 +4,31 @@ This package is the code library for _Modern Robotics: Mechanics, Planning, and Control_. [Here](../../doc/MRlib.pdf) is the introduction. For more details please see the [website](http://modernrobotics.org/). +## Installing the Package ## + +### Recommended Installation Instructions ### + If you'd like to be able to use this package inside of any notebook, regardless of the notebook's location on your filesystem, then you can use Mathematica's front end to install this package. Use the following steps: -1. Click `File -> Install...` -2. Select `Package` for the _Type of Item to Install_ -3. Chose `From File...` for the _Source_ -4. Navigate to the `ModernRobotics.m` and select it as the source for the +1. Download this package +2. Click `File -> Install...` +3. Select `Package` for the _Type of Item to Install_ +4. Chose `From File...` for the _Source_ +5. Navigate to the `ModernRobotics.m` and select it as the source for the package -5. The _Install Name_ should default to `ModernRobotics`; if it doesn't then +6. The _Install Name_ should default to `ModernRobotics`; if it doesn't then fill in the install name to be `ModernRobotics`. -6. Choose whether you want the package installed for a single user or for all +7. Choose whether you want the package installed for a single user or for all users (may require administrative privileges) -7. Click `OK` +8. Click `OK` -Now from any notebook you should be able to load the library by running: +### Manual Installation Instructions ### -``` -<"] -<