Skip to content

Commit 2e698bf

Browse files
authored
Move windows_installer document's path (#7274)
* Move windows docx * Add docs
1 parent b28ccb1 commit 2e698bf

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ the developments and applications of novel machine-learning-assisted DFT methods
2626
:caption: Quick Start
2727

2828
quick_start/easy_install
29-
quick_start/windows_installer
3029
quick_start/hands_on
3130
quick_start/input
3231
quick_start/output
@@ -45,6 +44,7 @@ the developments and applications of novel machine-learning-assisted DFT methods
4544
advanced/output_files/index
4645
advanced/interface/index
4746
advanced/input_files/index
47+
advanced/windows_installer
4848

4949
.. toctree::
5050
:maxdepth: 2

docs/quick_start/easy_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Easy Installation
22

3-
This guide helps you install ABACUS with basic features. **For DeePKS, DeePMD and Libxc support, or building with `make`, please refer to [the advanced installation guide](../advanced/install.md)** after going through this page. We recommend building ABACUS with `cmake` to avoid dependency issues. We recommend compiling ABACUS (and possibly its requirements) from the source code using the latest compiler for the best performace. You can use [toolchain](#install-by-toolchain) to install ABACUS and dependencies in a source-code compilation way with convience. You can also deploy ABACUS **without building** by [Docker](#container-deployment) or [conda](#install-by-conda). Please note that ABACUS only supports Linux; for Windows users, please consider using [WSL](https://learn.microsoft.com/en-us/windows/wsl/) or docker. For a scripted one-click setup that provisions WSL2 and installs ABACUS inside it automatically, see [Windows One-Click Installer](./windows_installer.md).
3+
This guide helps you install ABACUS with basic features. **For DeePKS, DeePMD and Libxc support, or building with `make`, please refer to [the advanced installation guide](../advanced/install.md)** after going through this page. We recommend building ABACUS with `cmake` to avoid dependency issues. We recommend compiling ABACUS (and possibly its requirements) from the source code using the latest compiler for the best performace. You can use [toolchain](#install-by-toolchain) to install ABACUS and dependencies in a source-code compilation way with convience. You can also deploy ABACUS **without building** by [Docker](#container-deployment) or [conda](#install-by-conda). Please note that ABACUS only supports Linux; for Windows users, please consider using [WSL](https://learn.microsoft.com/en-us/windows/wsl/) or docker. For a scripted one-click setup that provisions WSL2 and installs ABACUS inside it automatically, see [Windows One-Click Installer](./advanced/windows_installer.md).
44

55
## Get ABACUS source code
66

0 commit comments

Comments
 (0)