Skip to content
Snippets Groups Projects
Verified Commit b36dbb3b authored by Yohan Jarosz's avatar Yohan Jarosz :dog:
Browse files

translate to en

parent 3ac37944
No related branches found
No related tags found
No related merge requests found
# **Odysseus**
# ** Odysseus **
Odysseus My Swiss Army knife for data treatment: scrap, store, visualize.
Odysseus - My Swiss Army knife for data treatment: scrap, store, visualize.
---
## Как запустить утилиты odysseus/scrap/vk?
## How to run the odysseus / scrap / vk utilities?
Например это можно сделать вот так
For example, you can do it like this
- скачиваем репозиторий в `c:\bin\odysseus`
- создаём новую переменную окружения `ODYSSEUS=c:\bin\odysseus`
- также добавляем `c:\bin\odysseus\cmd` к переменной окружения `PATH`
- если в системе не установлен язык программирования Racket:
- [скачиваем Racket](https://racket-lang.org/download)
- устанавливаем Racket (например в `c:\bin\racket6.6`)
- добавляем `c:\bin\racket6.6` к переменной окружения `PATH`
- для более удобной работы в windows-консоли (форматированный вывод, copy-paste и др.) рекомендуется использовать [ConEmu](https://conemu.github.io)
- Download the repository to `c: \ bin \ odysseus`
- Create a new environment variable `ODYSSEUS = c: \ bin \ odysseus`
- Also add `c: \ bin \ odysseus \ cmd` to the environment variable` PATH`
- If the system does not have the Racket programming language installed:
- [download Racket] (https://racket-lang.org/download)
- install Racket (for example, in `c: \ bin \ racket6.6`)
- add `c: \ bin \ racket6.6` to the environment variable` PATH`
- For more convenient work in the windows console (formatted output, copy-paste, etc.), it is recommended to use [ConEmu] (https://conemu.github.io)
После этого утилиты vk должны запускаться из консоли в любой директории.
After that, the vk utilities should be run from the console in any directory.
Чтобы узнать какие ключи и опции доступны, наберите `vk-users -h` и `vk-groups -h`
To find out what keys and options are available, type `vk-users -h` and` vk-groups -h`
> Project forked from https://gitlab.com/ddenniss/odysseus
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment