| 24 | | |
|---|
| 25 | | == Installation == |
|---|
| 26 | | |
|---|
| 27 | | Use can `easy_install` this plugin: |
|---|
| 28 | | {{{ |
|---|
| 29 | | easy_install http://trac-hacks.org/svn/externallinksnewwindowplugin/0.11 |
|---|
| 30 | | }}} |
|---|
| 31 | | |
|---|
| 32 | | If you use Subversion 1.5.x you might get an error, then just try: |
|---|
| 33 | | {{{ |
|---|
| 34 | | svn export http://trac-hacks.org/svn/externallinksnewwindowplugin/0.11 externallinksnewwindowplugin |
|---|
| 35 | | easy_install externallinksnewwindowplugin |
|---|
| 36 | | }}} |
|---|
| 37 | | Afterwards you can remove the `externallinksnewwindowplugin` folder. |
|---|
| 38 | | |
|---|
| 39 | | On some Linux systems you might need to run `easy_install` using `sudo`, e.g: `sudo easy_install ....` |
|---|
| 40 | | |
|---|