Skip to content

Commit 158125c

Browse files
author
つき 滝猫
committed
Update README.md
1 parent a43b0e1 commit 158125c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ Normally, your target machine must meet these requirement packages before instal
3434
3535
```shell
3636
pip install jupyter-cpp-kernel
37-
install_cpp_kernel --user
3837
```
3938

4039
#### Installing on Debian/Ubuntu
@@ -46,7 +45,6 @@ sudo apt install -y python3 python3-pip
4645
sudo pip install --upgrade pip
4746
sudo pip install jupyter # Or jupyterlab. Using `sudo` to install to the main packge
4847
sudo pip install jupyter-cpp-kernel # Can be `sudo`, but using it with caution. Only for large deployment Jupyter server
49-
install_cpp_kernel --user # Can be `sudo`, but using it with caution. Only for large deployment Jupyter server
5048
```
5149

5250
### Install from GitHub repo
@@ -60,7 +58,6 @@ install_cpp_kernel --user # Can be `sudo`, but using it with caution. Only for l
6058
6159
```shell
6260
pip install git+https://github.com/takinekotfs/jupyter-cpp-kernel.git
63-
install_cpp_kernel --user
6461
```
6562

6663
#### Installing on Debian/Ubuntu
@@ -72,7 +69,6 @@ sudo apt install -y python3 python3-pip
7269
sudo pip install --upgrade pip
7370
sudo pip install jupyter # Or jupyterlab. Using `sudo` to install to the main packge
7471
sudo pip install git+https://github.com/takinekotfs/jupyter-cpp-kernel.git
75-
install_cpp_kernel --user # Can be `sudo`, but using it with caution. Only for large deployment Jupyter server
7672
```
7773

7874
## Contributing

0 commit comments

Comments
 (0)