Update Linux setup for consistency and add more details for macOS
This commit is contained in:
@@ -42,12 +42,12 @@ can install them with:
|
||||
Step 2: Install Package (Optional)
|
||||
----------------------------------
|
||||
|
||||
You can install novelWriter to the default location for Python packages using setuptools. This step
|
||||
is optional as you can also just put the novelWriter program folder wherever you like. For instance
|
||||
to ``/opt/novelWriter`` and run Step 3 to set up icons and launcher.
|
||||
You can install novelWriter to the default location for Python packages using ``setuptools``. This
|
||||
step is optional as you can also just put the novelWriter program folder wherever you like. For
|
||||
instance to ``/opt/novelWriter`` and run Step 3 to set up icons and launcher.
|
||||
|
||||
To install novelWriter to the default location, it requires that you have setuptools installed on
|
||||
your system. If you don't have setuptools, it can usually be installed from your distro's
|
||||
To install novelWriter to the default location, it requires that you have ``setuptools`` installed
|
||||
on your system. If you don't have it installed, it can usually be installed from your distro's
|
||||
repository. For Debian and Ubuntu this is achieved with:
|
||||
|
||||
.. code-block:: console
|
||||
@@ -60,7 +60,7 @@ The package is also available from PyPi:
|
||||
|
||||
pip3 install --user setuptools
|
||||
|
||||
With setuptools in place, novelWriter can be installed to the user space with:
|
||||
With ``setuptools`` in place, novelWriter can be installed to the user space with:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
||||
Reference in New Issue
Block a user