Changeset aa847e3


Ignore:
Timestamp:
04/20/2022 02:39:57 AM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
3d8324c4
Parents:
d31adba2
Message:

Update build instructions for pycryptodome

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pycryptodome.xml

    rd31adba2 raa847e3  
    7676      <title>Installation of PyCryptodome</title>
    7777
    78 <!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
    79 
    8078      <para>
    8179        To build <application>PyCryptodome</application> as a Python 3
     
    8381      </para>
    8482
    85 <screen><userinput>python3 setup.py build</userinput></screen>
     83<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
    8684
    8785      <para>
    88         To install the module, run the following command as the
    89         <systemitem class="username">root</systemitem> user:
     86        To install the module, run the following command as the &root; user:
    9087      </para>
    9188
    92 <screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
     89<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir pycryptodome</userinput></screen>
    9390
    9491    </sect3>
     
    110107          </seg>
    111108          <seg>
    112             /usr/lib/python&python3-majorver;/site-packages/pycryptodome-&pycryptodome-version;-py&python3-majorver;.egg
     109            /usr/lib/python&python3-majorver;/site-packages/pycryptodome-&pycryptodome-version;.dist-info
    113110          </seg>
    114111        </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.