Skip to content

Commit

Permalink
Revert "Add readme"
Browse files Browse the repository at this point in the history
This reverts commit e27c297.
  • Loading branch information
Huowl committed Oct 18, 2023
1 parent dd05783 commit 3ea1780
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ More detailed description of the [algorithms and methods](https://rostok.readthe
To modify the modules of the Rostok framework a user should install it in development mode:

* Create the environment using `conda env create -f environment.yml`
* Activate the environment `conda activate rostok`
* Activate the environment `rostok`
* Install the package in development mode `pip3 install -e .`

### Known issues
Expand Down
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../'))
sys.path.insert(0, os.path.abspath('../'))
sys.path.insert(0, os.path.abspath('../rostok'))

#The master toctree document
Expand Down

0 comments on commit 3ea1780

Please sign in to comment.