Skip to content

Commit

Permalink
Added more installation options.
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed May 11, 2020
1 parent 15cf82b commit 56c174b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,26 @@ If you are looking for Gerbers, Drill and Position take a look at [KiPlot](https

If you are looking for STEP files creation take a look at *kicad2step*, part of KiCad.

## Instalation
## Installation

### No installation

You can use the scripts without installing. The scripts are located at the *src/* directory.

You can also define a bash aliases:

```
alias pcbnew_do=PATH_TO_REPO/src/pcbnew_do
alias eeschema_do=PATH_TO_REPO/src/eeschema_do
```

### Python style installation

Just run the setup, like with any other Python tool:

```
sudo python3 setup.py install
```

### Installation on Ubuntu/Debian:

Expand Down
Empty file modified setup.py
100644 → 100755
Empty file.

0 comments on commit 56c174b

Please sign in to comment.