File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,16 +43,12 @@ body:
4343 For qsim software problems, we need to know the exact version you are
4444 using. If you are using the Python package and are running within a
4545 terminal emulator, then typing the following command in the shell will
46- print the version number:
47- ```
48- python3 -c 'import qsimcirq; print(qsimcirq.__version__)'
49- ```
46+ print the version number:<br>
47+ ```python3 -c 'import qsimcirq; print(qsimcirq.__version__)'```<br>
5048 If you are using a Google Colab or Jupyter notebook environment,
5149 then running the following command in a notebook cell will print
52- the version number:
53- ```
54- import qsimcirq; print(qsimcirq.__version__)
55- ```
50+ the version number:<br>
51+ `import qsimcirq; print(qsimcirq.__version__)`
5652 placeholder : >-
5753 Write the qsim version number here
5854 validations :
You can’t perform that action at this time.
0 commit comments