File: README.txt

package info (click to toggle)
python-envisageplugins 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,600 kB
  • sloc: python: 6,968; sh: 11; makefile: 8; lisp: 1
file content (19 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
To build the AcmeLab example:-

    cd .../src/acme.acmelab
    python setup.py sdist --dist-dir ../../dist/eggs

    cd .../src/acme.workbench
    python setup.py bdist_egg --dist-dir ../../dist/eggs

    cd ../../dist/eggs
    unzip the acmelab zip file
    add a '.egg' extension to each unzipped folder

Surely there must be a better way to do this? I'm not an egg expert!

To run the example:-

     cd .../enthought.envisage.ui.workbench_3.0/examples/AcmeLab/dist
     python run.py