Skip to content

Commit 90b84fc

Browse files
committed
Updated installation instructions
Now include a link to our Releases, and a small update for manual install.
1 parent 0189a02 commit 90b84fc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# IfSharp
22
F# implementation for [iPython](http://ipython.org). View the [Feature Notebook](http://nbviewer.ipython.org/github/BayardRock/IfSharp/blob/master/Feature%20Notebook.ipynb) for some of the features that are included.
33

4-
# Getting Started
4+
# Automatic Installation
5+
See our [release repository](https://github.com/BayardRock/IfSharp/releases).
6+
7+
# Manual Installation
58
1. Install [Anaconda](http://continuum.io/downloads)
69
2. Install [IPython](http://ipython.org/install.html)
710
3. Run: "ipython profile create ifsharp" in your user directory
811
4. Open the iF# solution file, restore nuget packages, and compile it
912
5. Copy the files from IfSharp\ipython-profile to the iFSharp profile directory
10-
6. Open up the copied "ipython_config.py" file and change "..\\bin\\ifsharp.exe" to the path of your compiled ifsharp executable.
13+
6. Open up the copied "ipython_config.py" file and change "%s" to the path of your compiled ifsharp executable. E.g. "C:\\git\\ifsharp\\\bin\\Release\\ifsharp.exe"
1114
7. Run: "ipython notebook --profile ifsharp" to launch the notebook process with the F# kernel.
1215

1316
# Screens

0 commit comments

Comments
 (0)