comparison doc/upgrading.txt @ 6378:b57c3d50505b

issue2550899 Migrate setup.py to setuptools Also fixes issue2550866 'pip install --editable .' fails Installing roundup requires setuptools package which is available in most OS distrobutions or via pip. Patch by John Kristensen (jerrykan); additional doc changes (upgrade.txt, RELEASE.txt) John Rouillard.
author John Rouillard <rouilj@ieee.org>
date Sat, 17 Apr 2021 16:41:23 -0400
parents bd84f43e1d13
children 51a1a9b0f567
comparison
equal deleted inserted replaced
6377:a7e7314fb7d9 6378:b57c3d50505b
24 24
25 .. index:: Upgrading; 1.6.x to 2.x.x 25 .. index:: Upgrading; 1.6.x to 2.x.x
26 26
27 Migrating from 2.0.0 to 2.x.x 27 Migrating from 2.0.0 to 2.x.x
28 ============================= 28 =============================
29
30 Setuptools is now required to install
31 -------------------------------------
32
33 Roundup install now uses setuptools rather than distutils. You must
34 install setuptools. Use the version packgaged by your OS vendor. If
35 your OS vendor doesn't supply setuptools use ``pip install
36 setuptools``. (You may need pip3 rather than pip if using python3.)
37
29 38
30 Classname Format Enforced 39 Classname Format Enforced
31 ------------------------- 40 -------------------------
32 41
33 Check schema.py and look at all Class(), IssueClass(), FileClass() 42 Check schema.py and look at all Class(), IssueClass(), FileClass()

Roundup Issue Tracker: http://roundup-tracker.org/