Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Nov 27, 2019
1 parent bd30ad3 commit 83e9592
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ knitr::opts_chunk$set(
library(reticulate)
# Insert your own python path below whenever you want to knit the README
reticulate::use_python(python = "D:/Downloads/WPy64-3741/python-3.7.4.amd64/python.exe")
matplotlib <- import("matplotlib", convert = TRUE)
reticulate::use_python(python = "C:/Users/Dom/Desktop/WPy-3710/python-3.7.1.amd64/python.exe")
matplotlib <- reticulate::import("matplotlib", convert = TRUE)
matplotlib$use("Agg")
# Submit to pypi
Expand All @@ -37,6 +37,13 @@ matplotlib$use("Agg")

## Installation


To install TruScanEEGpy, run this command in your terminal:

```
pip install https://github.com/neuropsychology/TruScanEEGpy/zipball/master
```

## Documentation

```{python}
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Status](https://readthedocs.org/projects/truscaneegpy/badge/?version=latest)](ht

## Installation

To install TruScanEEGpy, run this command in your terminal:

pip install https://github.com/neuropsychology/TruScanEEGpy/zipball/master

## Documentation

``` python
Expand Down
Binary file modified docs/img/unnamed-chunk-2-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 83e9592

Please sign in to comment.