-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
87c89df
commit c237821
Showing
5 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
npm | ||
=== | ||
|
||
Some optional parts of Betty use third-party `JavaScript <https://en.wikipedia.org/wiki/JavaScript>`_ | ||
packages to help build your site. | ||
|
||
If you installed the :doc:`Betty Desktop application </installation/desktop>`, all necessary components | ||
are included, and you will not have to take any additional steps. | ||
|
||
If you installed Betty :doc:`via pip </installation/pip>` or :doc:`from source </installation/source>`, | ||
you must also install `Node.js <https://nodejs.org/>`_, which includes npm. Afterwards, ensure ``npm`` | ||
is in your ``PATH``, e.g. that ``npm`` can be run in a terminal from anywhere. |