Skip to content

Commit 6d0ac11

Browse files
update doc for tc.about()
1 parent ad2c04a commit 6d0ac11

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Added
6+
7+
- Add `tc.about()` to print related software versions and configs.
8+
59
## 0.8.0
610

711
### Added

docs/source/quickstart.rst

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Docker is also recommended (especially Linux + Nvidia GPU setup):
3232
Overall, the installation of TensorCircuit is simple, since it is purely in Python and hence very portable.
3333
As long as the users can take care of the installation of ML frameworks on the corresponding system, TensorCircuit will work as expected.
3434

35+
To debug the installation issue or report bugs, please check the environment information by ``tc.about()``.
36+
3537
.. Note::
3638
We also provide a nightly build of tensorcircuit via PyPI which can be accessed by
3739
``pip uninstall tensorcircuit``, then

0 commit comments

Comments
 (0)