@@ -6,14 +6,19 @@ A python 3.4.x, pyqt5 project.
66
77## current release
88
9- The current release of pugdebug is [ 1.0.0-alpha] ( https://github.com/robertbasic/pugdebug/releases/tag/v1.0.0-alpha ) .
10- It includes a ZIP package with the binary, so far, only for Linux distributions. It should include everyting
11- needed for pugdebug to work correctly, so just download the package, unpack it and start pugdebug.
9+ The current release of pugdebug is [ 1.0.0-alpha] ( https://github.com/robertbasic/pugdebug/releases/tag/v1.0.0-alpha ) .
10+
11+ It includes a ZIP package with the binary, for both Linux and Windows. It should include everything
12+ needed for pugdebug to work correctly, so just download the package for your operating system,
13+ unpack it and start pugdebug.
1214
1315Please report any [ issues] ( https://github.com/robertbasic/pugdebug/issues ) you encounter.
1416
1517## setting up the environment
1618
19+ > NOTE: Setting up the environment should be needed only when you want to help out with
20+ > developing pugdebug itself. And for OS X as there are no current builds for it yet.
21+
1722The main dependencies are Python 3.4,
1823[ QT5.4] ( http://doc.qt.io/qt-5/gettingstarted.html ) ,
1924[ SIP4.6] ( http://www.riverbankcomputing.com/software/sip/download )
@@ -40,11 +45,9 @@ report that this process is pretty painless on Ubuntu and OSX machines. Some
4045package names might differ from what I used, but a document explaining the venv
4146setup process on different systems should be available soon.
4247
43- Do note that I'm trying to figure out how to build executables for this beast.
44-
4548### OS X setup with Homebrew
4649
47- Easiest way to install dependencies on OS X is to use [ Homebrew] .
50+ Easiest way to install dependencies on OS X is to use [ Homebrew] ( http://brew.sh/ ) .
4851To install the dependencies, execute the following commands from your terminal:
4952```
5053brew install python3
@@ -176,9 +179,7 @@ pugdebug should pick up the debugging session and let you debug your script.
176179
177180## executables
178181
179- I'm trying to make executables with
180- [ pyqtdeploy] ( http://www.riverbankcomputing.com/software/pyqtdeploy/download ) .
181- So far I managed to create one for Fedora 21.
182+ Take a look at the [ releases] ( https://github.com/robertbasic/pugdebug/releases ) .
182183
183184## todo
184185
@@ -189,8 +190,6 @@ Take a look at the [issue tracker](https://github.com/robertbasic/pugdebug/issue
189190Contributions are more than welcome! Report bugs, tell me your ideas and needs,
190191write code, test it on different platforms ...
191192
192- [ Homebrew ] : http://brew.sh/
193-
194193## slack
195194
196195There's a slack created for pugdebug at https://pugdebug.slack.com/
0 commit comments