Skip to content

Commit

Permalink
Rename host, change password, prepare sd card, better connect function
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychokiller1888 committed Mar 5, 2021
1 parent 468a679 commit 7834e6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions AliceCli/install/install.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import os
import shutil
from pathlib import Path
from typing import Tuple

import click
import psutil as psutil
import usb.core
import yaml
from PyInquirer import prompt
import requests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='projectalice-cli',
version='0.1.0',
version='0.1.1',
long_description=Path('README.md').read_text(encoding='utf8'),
long_description_content_type='text/markdown',
python_requires = '>=3.8',
Expand Down

0 comments on commit 7834e6d

Please sign in to comment.