Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-e committed Dec 29, 2022
1 parent 68418e9 commit db00164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Alternative solutions with a somewhat more narrow scope were motivated by the de
Implementation
--------------

During the first import of ``zugbruecke.ctypes``, a stand-alone *Windows*-version of the *CPython* interpreter is automatically downloaded and placed into the current virtual environment's ``share`` folder (by default located at ``{sys.prefix}/shared/wenv/``). Next to it, also during first import, *zugbruecke* generates its own *Wine*-profile directory for being used with a dedicated ``WINEPREFIX``. This way, any undesirable interference with other *Wine*-profile directories containing user settings and unrelated software are avoided. The management of of this :ref:`Wine Python environment <wineenv>` is handled by a `dedicated Python package named wenv`_.
During the first import of ``zugbruecke.ctypes``, a stand-alone *Windows*-version of the *CPython* interpreter is automatically downloaded and placed into the current virtual environment's ``share`` folder (by default located at ``{sys.prefix}/shared/wenv/``). Next to it, also during first import, *zugbruecke* generates its own *Wine*-profile directory for being used with a dedicated ``WINEPREFIX``. This way, any undesirable interference with other *Wine*-profile directories containing user settings and unrelated software are avoided. The management of this :ref:`Wine Python environment <wineenv>` is handled by a `dedicated Python package named wenv`_.

.. _dedicated Python package named wenv: https://wenv.readthedocs.io/en/latest/

Expand Down

0 comments on commit db00164

Please sign in to comment.