Skip to content

Commit

Permalink
manual install steps. partial
Browse files Browse the repository at this point in the history
  • Loading branch information
gyurisc committed May 24, 2017
1 parent 084d354 commit cb6d445
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,22 @@

This is a [Roslyn](https://github.com/dotnet/roslyn) based C# kernel for [Jupyter](http://jupyter.org/). View the [Feature Notebook](CSharp_Jupyter_Notebook.ipynb) for features that are currently working in this kernel.

# Overview

# Building

Open ICSharpKernel.sln in Visual Studio 2017.
Open ICSharpKernel.sln in Visual Studio 2017 on Windows or Mac and Build, or from the command line type msbuild.

# Installation (Windows)
1. Install [Anaconda](http://continuum.io/downloads)
2. Install [Jupyter](http://jupyter.readthedocs.org/en/latest/install.html)
3. Clone the repository git clone https://github.com/gyurisc/icsharp.kernel
4. Build the project
4. Run IfSharp.exe

# Screens
# Manual Installation (Mac)
1. Install [Anaconda](http://continuum.io/downloads)
2. Install [Jupyter](http://jupyter.readthedocs.org/en/latest/install.html)
3. Install [Mono](http://www.mono-project.com/download/) (tested 4.2.4)
...


# Todo
Expand Down

0 comments on commit cb6d445

Please sign in to comment.